#8599CE

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

Shades of Portage #8599CE

Tints of Portage #8599CE

Color information

#8599CE (or 0x8599CE) is unknown color: approx Portage. HEX triplet: 85, 99 and CE. RGB value is (133,153,206). Sum of RGB (Red+Green+Blue) = 133+153+206=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #8599CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599CE is #7A6631. Grayscale: #989898. Windows color (decimal): -8021554 or 13539717. OLE color: 13539717.

HSL color Cylindrical-coordinate representation of color #8599CE: hue angle of 223.56º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8599CE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133153206-
CMYK0.350.2600.19
HSL223.56º42.69%66.47%-
HSV(B)223.56º35.44%80.78%-
XYZ32.232.2362.92-
YUV153.06157.87113.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=27.03%
G=31.10%
B=41.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331532060.350.2600.19223.5642.6966.47
Hex8599CE231A013e02b42
Octal205231316433202334053102
Binary10000101100110011100111010001111010010011111000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8599CE; }

 p { color: rgb(133,153,206); }

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

<style>
 a { background-color: #8599CE; }

 a { background-color: rgb(133,153,206); }

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

<style>
 span { border-color: #8599CE; }

 span { border-color: rgb(133,153,206); }

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