Shades of Manatee #8C8FAA
Tints of Manatee #8C8FAA
RGB
CMYK
RGB Variations
Color information
#8C8FAA (or 0x8C8FAA) is known color: Manatee. HEX triplet: 8C, 8F and AA. RGB value is (140,143,170). Sum of RGB (Red+Green+Blue) = 140+143+170=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8FAA is #737055. Grayscale: #919191. Windows color (decimal): -7565398 or 11177868. OLE color: 11177868.
HSL color Cylindrical-coordinate representation of color #8C8FAA: hue angle of 234º 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 #8C8FAA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 143 | 170 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.33 |
| HSL | 234º | 0.15% | 0.61% | - |
| HSV(B) | 234º | 0.18% | 0.67% | - |
| XYZ | 27.89 | 28.12 | 41.99 | - |
| YUV | 145.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 170 | 0.18 | 0.16 | 0 | 0.33 | 234 | 0.15 | 0.61 |
| Hex | 8C | 8F | AA | 12 | 10 | 0 | 21 | EA | F | 3D |
| Octal | 214 | 217 | 252 | 22 | 20 | 0 | 41 | 352 | 17 | 75 |
| Binary | 10001100 | 10001111 | 10101010 | 10010 | 10000 | 0 | 100001 | 11101010 | 1111 | 111101 |
Color Harmonies of #8C8FAA
Complementary color
Monochromatic Colors of #8C8FAA
Black with #8C8FAA
Text Example
Text Example
White with #8C8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8FAA; }
p { color: rgb(140,143,170); }
H1.HeaderClassName
{
color: #8C8FAA;
}
.AnyTagClassName
{
color: #8C8FAA;
}
</style>
background-color css
<style>
a { background-color: #8C8FAA; }
a { background-color: rgb(140,143,170); }
div.DivClassName
{
background-color: #8C8FAA;
}
.BgClassName
{
background-color: #8C8FAA;
}
</style>
border-color css
<style>
span { border-color: #8C8FAA; }
span { border-color: rgb(140,143,170); }
td.TdClassName
{
border-color: #8C8FAA;
}
.TagClassName
{
border-color: #8C8FAA;
}
</style>