#8D92AD

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

Shades of Manatee #8D92AD

Tints of Manatee #8D92AD

Color information

#8D92AD (or 0x8D92AD) is unknown color: approx Manatee. HEX triplet: 8D, 92 and AD. RGB value is (141,146,173). Sum of RGB (Red+Green+Blue) = 141+146+173=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D92AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D92AD is #726D52. Grayscale: #939393. Windows color (decimal): -7499091 or 11375245. OLE color: 11375245.

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

Color convert

RGB141146173-
CMYK0.180.1600.32
HSL230.62º16.33%61.57%-
HSV(B)230.62º18.5%67.84%-
XYZ28.8129.2443.66-
YUV147.58142.34123.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.65%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=30.65%
G=31.74%
B=37.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411461730.180.1600.32230.6216.3361.57
Hex8D92AD1210020e7103e
Octal21522225522200403472076
Binary100011011001001010101101100101000001000001110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D92AD; }

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

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

<style>
 a { background-color: #8D92AD; }

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

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

<style>
 span { border-color: #8D92AD; }

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

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