#888CB0

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

Shades of Manatee #888CB0

Tints of Manatee #888CB0

Color information

#888CB0 (or 0x888CB0) is unknown color: approx Manatee. HEX triplet: 88, 8C and B0. RGB value is (136,140,176). Sum of RGB (Red+Green+Blue) = 136+140+176=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 176 - color contains mainly: blue. Hex color #888CB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888CB0 is #77734F. Grayscale: #8E8E8E. Windows color (decimal): -7828304 or 11570312. OLE color: 11570312.

HSL color Cylindrical-coordinate representation of color #888CB0: hue angle of 234º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #888CB0 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136140176-
CMYK0.230.2000.31
HSL234º20.2%61.18%-
HSV(B)234º22.73%69.02%-
XYZ27.3727.1244.87-
YUV142.91146.67123.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=30.09%
G=30.97%
B=38.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361401760.230.2000.3123420.261.18
Hex888CB0171401Fea143d
Octal21021426027240373522475
Binary10001000100011001011000010111101000111111110101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,140,176); }

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

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

 a { background-color: rgb(136,140,176); }

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

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

 span { border-color: rgb(136,140,176); }

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