#888BCB

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

Shades of Portage #888BCB

Tints of Portage #888BCB

Color information

#888BCB (or 0x888BCB) is unknown color: approx Portage. HEX triplet: 88, 8B and CB. RGB value is (136,139,203). Sum of RGB (Red+Green+Blue) = 136+139+203=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #888BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BCB is #777434. Grayscale: #919191. Windows color (decimal): -7828533 or 13339528. OLE color: 13339528.

HSL color Cylindrical-coordinate representation of color #888BCB: hue angle of 237.31º 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 #888BCB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136139203-
CMYK0.330.3200.20
HSL237.31º39.18%66.47%-
HSV(B)237.31º33%79.61%-
XYZ30.1728.0160.32-
YUV145.4160.51121.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=28.45%
G=29.08%
B=42.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361392030.330.3200.20237.3139.1866.47
Hex888BCB2120014ed2742
Octal210213313414002435547102
Binary100010001000101111001011100001100000010100111011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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