#8D96AD

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

Shades of Manatee #8D96AD

Tints of Manatee #8D96AD

Color information

#8D96AD (or 0x8D96AD) is unknown color: approx Manatee. HEX triplet: 8D, 96 and AD. RGB value is (141,150,173). Sum of RGB (Red+Green+Blue) = 141+150+173=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D96AD is #726952. Grayscale: #959595. Windows color (decimal): -7498067 or 11376269. OLE color: 11376269.

HSL color Cylindrical-coordinate representation of color #8D96AD: hue angle of 223.12º 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 #8D96AD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141150173-
CMYK0.180.1300.32
HSL223.12º16.33%61.57%-
HSV(B)223.12º18.5%67.84%-
XYZ29.4330.4943.87-
YUV149.93141.02121.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.39%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=30.39%
G=32.33%
B=37.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411501730.180.1300.32223.1216.3361.57
Hex8D96AD12D020df103e
Octal21522625522150403372076
Binary10001101100101101010110110010110101000001101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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