#888ECB

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

Shades of Portage #888ECB

Tints of Portage #888ECB

Color information

#888ECB (or 0x888ECB) is unknown color: approx Portage. HEX triplet: 88, 8E and CB. RGB value is (136,142,203). Sum of RGB (Red+Green+Blue) = 136+142+203=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #888ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ECB is #777134. Grayscale: #929292. Windows color (decimal): -7827765 or 13340296. OLE color: 13340296.

HSL color Cylindrical-coordinate representation of color #888ECB: hue angle of 234.63º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #888ECB is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136142203-
CMYK0.330.3000.20
HSL234.63º39.18%66.47%-
HSV(B)234.63º33%79.61%-
XYZ30.6128.8960.46-
YUV147.16159.51120.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=28.27%
G=29.52%
B=42.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361422030.330.3000.20234.6339.1866.47
Hex888ECB211E014eb2742
Octal210216313413602435347102
Binary10001000100011101100101110000111110010100111010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888ECB; }

 p { color: rgb(136,142,203); }

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

<style>
 a { background-color: #888ECB; }

 a { background-color: rgb(136,142,203); }

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

<style>
 span { border-color: #888ECB; }

 span { border-color: rgb(136,142,203); }

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