#8D8DAD

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

Shades of Manatee #8D8DAD

Tints of Manatee #8D8DAD

Color information

#8D8DAD (or 0x8D8DAD) is unknown color: approx Manatee. HEX triplet: 8D, 8D and AD. RGB value is (141,141,173). Sum of RGB (Red+Green+Blue) = 141+141+173=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 141 (55.47% from 255 or 30.99% 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 #8D8DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8DAD is #727252. Grayscale: #909090. Windows color (decimal): -7500371 or 11373965. OLE color: 11373965.

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

Color convert

RGB141141173-
CMYK0.180.1800.32
HSL240º16.33%61.57%-
HSV(B)240º18.5%67.84%-
XYZ28.0527.7343.41-
YUV144.65144125.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=30.99%
G=30.99%
B=38.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411411730.180.1800.3224016.3361.57
Hex8D8DAD1212020f0103e
Octal21521525522220403602076
Binary100011011000110110101101100101001001000001111000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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