#9095DF

Color #9095DF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9095DF

Tints of Portage #9095DF

Color information

#9095DF (or 0x9095DF) is unknown color: approx Portage. HEX triplet: 90, 95 and DF. RGB value is (144,149,223). Sum of RGB (Red+Green+Blue) = 144+149+223=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #9095DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095DF is #6F6A20. Grayscale: #9B9B9B. Windows color (decimal): -7301665 or 14652816. OLE color: 14652816.

HSL color Cylindrical-coordinate representation of color #9095DF: hue angle of 236.2º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9095DF is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144149223-
CMYK0.350.3300.13
HSL236.2º55.24%71.96%-
HSV(B)236.2º35.43%87.45%-
XYZ35.5732.7574.26-
YUV155.94165.84119.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 149 (58.59% from 255) = 28.88%
BLUE value IS 223 (87.5% from 255) = 43.22%
R=27.91%
G=28.88%
B=43.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441492230.350.3300.13236.255.2471.96
Hex9095DF23210Dec3748
Octal220225337434101535467110
Binary10010000100101011101111110001110000101101111011001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9095DF; }

 p { color: rgb(144,149,223); }

 H1.HeaderClassName
 {
   color: #9095DF;
 }
 .AnyTagClassName
 {
   color: #9095DF;
 }
</style>
background-color css

<style>
 a { background-color: #9095DF; }

 a { background-color: rgb(144,149,223); }

 div.DivClassName
 {
   background-color: #9095DF;
 }
 .BgClassName
 {
   background-color: #9095DF;
 }
</style>
border-color css

<style>
 span { border-color: #9095DF; }

 span { border-color: rgb(144,149,223); }

 td.TdClassName
 {
   border-color: #9095DF;
 }
 .TagClassName
 {
   border-color: #9095DF;
 }
</style>