#8892B0

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

Shades of Manatee #8892B0

Tints of Manatee #8892B0

Color information

#8892B0 (or 0x8892B0) is unknown color: approx Manatee. HEX triplet: 88, 92 and B0. RGB value is (136,146,176). Sum of RGB (Red+Green+Blue) = 136+146+176=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 176 - color contains mainly: blue. Hex color #8892B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8892B0 is #776D4F. Grayscale: #929292. Windows color (decimal): -7826768 or 11571848. OLE color: 11571848.

HSL color Cylindrical-coordinate representation of color #8892B0: hue angle of 225º 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 #8892B0 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136146176-
CMYK0.230.1700.31
HSL225º20.2%61.18%-
HSV(B)225º22.73%69.02%-
XYZ28.2728.9345.17-
YUV146.43144.69120.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.69%
GREEN value IS 146 (57.42% from 255) = 31.88%
BLUE value IS 176 (69.14% from 255) = 38.43%
R=29.69%
G=31.88%
B=38.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361461760.230.1700.3122520.261.18
Hex8892B0171101Fe1143d
Octal21022226027210373412475
Binary10001000100100101011000010111100010111111110000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8892B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8892B0; }

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

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

<style>
 a { background-color: #8892B0; }

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

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

<style>
 span { border-color: #8892B0; }

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

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