#8892AD

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

Shades of Manatee #8892AD

Tints of Manatee #8892AD

Color information

#8892AD (or 0x8892AD) is unknown color: approx Manatee. HEX triplet: 88, 92 and AD. RGB value is (136,146,173). Sum of RGB (Red+Green+Blue) = 136+146+173=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #8892AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8892AD is #776D52. Grayscale: #919191. Windows color (decimal): -7826771 or 11375240. OLE color: 11375240.

HSL color Cylindrical-coordinate representation of color #8892AD: hue angle of 223.78º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8892AD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136146173-
CMYK0.210.1600.32
HSL223.78º18.41%60.59%-
HSV(B)223.78º21.39%67.84%-
XYZ27.9828.8143.62-
YUV146.09143.19120.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.89%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=29.89%
G=32.09%
B=38.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361461730.210.1600.32223.7818.4160.59
Hex8892AD1510020e0123d
Octal21022225525200403402275
Binary100010001001001010101101101011000001000001110000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8892AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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