#8595DF

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

Shades of Portage #8595DF

Tints of Portage #8595DF

Color information

#8595DF (or 0x8595DF) is unknown color: approx Portage. HEX triplet: 85, 95 and DF. RGB value is (133,149,223). Sum of RGB (Red+Green+Blue) = 133+149+223=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8595DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595DF is #7A6A20. Grayscale: #989898. Windows color (decimal): -8022561 or 14652805. OLE color: 14652805.

HSL color Cylindrical-coordinate representation of color #8595DF: hue angle of 229.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8595DF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133149223-
CMYK0.400.3300.13
HSL229.33º58.44%69.8%-
HSV(B)229.33º40.36%87.45%-
XYZ33.7431.8174.17-
YUV152.65167.7113.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.34%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=26.34%
G=29.50%
B=44.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331492230.400.3300.13229.3358.4469.8
Hex8595DF28210De53a46
Octal205225337504101534572106
Binary10000101100101011101111110100010000101101111001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8595DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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