Shades of Manatee #8C8CA4
Tints of Manatee #8C8CA4
RGB
CMYK
RGB Variations
Color information
#8C8CA4 (or 0x8C8CA4) is known color: Manatee. HEX triplet: 8C, 8C and A4. RGB value is (140,140,164). Sum of RGB (Red+Green+Blue) = 140+140+164=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C8CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8CA4 is #73735B. Grayscale: #8E8E8E. Windows color (decimal): -7566172 or 10783884. OLE color: 10783884.
HSL color Cylindrical-coordinate representation of color #8C8CA4: hue angle of 240º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C8CA4 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 140 | 164 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.36 |
| HSL | 240º | 0.12% | 0.6% | - |
| HSV(B) | 240º | 0.15% | 0.64% | - |
| XYZ | 26.89 | 27.01 | 38.92 | - |
| YUV | 142.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 140 | 164 | 0.15 | 0.15 | 0 | 0.36 | 240 | 0.12 | 0.6 |
| Hex | 8C | 8C | A4 | F | F | 0 | 24 | F0 | C | 3C |
| Octal | 214 | 214 | 244 | 17 | 17 | 0 | 44 | 360 | 14 | 74 |
| Binary | 10001100 | 10001100 | 10100100 | 1111 | 1111 | 0 | 100100 | 11110000 | 1100 | 111100 |
Color Harmonies of #8C8CA4
Complementary color
Monochromatic Colors of #8C8CA4
Black with #8C8CA4
Text Example
Text Example
White with #8C8CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8CA4; }
p { color: rgb(140,140,164); }
H1.HeaderClassName
{
color: #8C8CA4;
}
.AnyTagClassName
{
color: #8C8CA4;
}
</style>
background-color css
<style>
a { background-color: #8C8CA4; }
a { background-color: rgb(140,140,164); }
div.DivClassName
{
background-color: #8C8CA4;
}
.BgClassName
{
background-color: #8C8CA4;
}
</style>
border-color css
<style>
span { border-color: #8C8CA4; }
span { border-color: rgb(140,140,164); }
td.TdClassName
{
border-color: #8C8CA4;
}
.TagClassName
{
border-color: #8C8CA4;
}
</style>