#8588CE

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

Shades of Portage #8588CE

Tints of Portage #8588CE

Color information

#8588CE (or 0x8588CE) is unknown color: approx Portage. HEX triplet: 85, 88 and CE. RGB value is (133,136,206). Sum of RGB (Red+Green+Blue) = 133+136+206=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #8588CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588CE is #7A7731. Grayscale: #8E8E8E. Windows color (decimal): -8025906 or 13535365. OLE color: 13535365.

HSL color Cylindrical-coordinate representation of color #8588CE: hue angle of 237.53º 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 #8588CE is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133136206-
CMYK0.350.3400.19
HSL237.53º42.69%66.47%-
HSV(B)237.53º35.44%80.78%-
XYZ29.6227.0562.05-
YUV143.08163.51120.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=28%
G=28.63%
B=43.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331362060.350.3400.19237.5342.6966.47
Hex8588CE2322013ee2b42
Octal205210316434202335653102
Binary100001011000100011001110100011100010010011111011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8588CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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