Shades of Manatee #8C8CAA
Tints of Manatee #8C8CAA
RGB
CMYK
RGB Variations
Color information
#8C8CAA (or 0x8C8CAA) is known color: Manatee. HEX triplet: 8C, 8C and AA. RGB value is (140,140,170). Sum of RGB (Red+Green+Blue) = 140+140+170=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8CAA is #737355. Grayscale: #8F8F8F. Windows color (decimal): -7566166 or 11177100. OLE color: 11177100.
HSL color Cylindrical-coordinate representation of color #8C8CAA: hue angle of 240º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C8CAA is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 140 | 140 | 170 | - |
CMYK | 0.18 | 0.18 | 0 | 0.33 |
HSL | 240º | 0.15% | 0.61% | - |
HSV(B) | 240º | 0.18% | 0.67% | - |
XYZ | 27.45 | 27.23 | 41.84 | - |
YUV | 143.42 | 143 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 140 | 170 | 0.18 | 0.18 | 0 | 0.33 | 240 | 0.15 | 0.61 |
Hex | 8C | 8C | AA | 12 | 12 | 0 | 21 | F0 | F | 3D |
Octal | 214 | 214 | 252 | 22 | 22 | 0 | 41 | 360 | 17 | 75 |
Binary | 10001100 | 10001100 | 10101010 | 10010 | 10010 | 0 | 100001 | 11110000 | 1111 | 111101 |
Color Harmonies of #8C8CAA
Complementary color
Monochromatic Colors of #8C8CAA
Black with #8C8CAA
Text Example
Text Example
White with #8C8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8CAA; }
p { color: rgb(140,140,170); }
H1.HeaderClassName
{
color: #8C8CAA;
}
.AnyTagClassName
{
color: #8C8CAA;
}
</style>
background-color css
<style>
a { background-color: #8C8CAA; }
a { background-color: rgb(140,140,170); }
div.DivClassName
{
background-color: #8C8CAA;
}
.BgClassName
{
background-color: #8C8CAA;
}
</style>
border-color css
<style>
span { border-color: #8C8CAA; }
span { border-color: rgb(140,140,170); }
td.TdClassName
{
border-color: #8C8CAA;
}
.TagClassName
{
border-color: #8C8CAA;
}
</style>