Shades of Manatee #8A8FB4
Tints of Manatee #8A8FB4
RGB
CMYK
RGB Variations
Color information
#8A8FB4 (or 0x8A8FB4) is known color: Manatee. HEX triplet: 8A, 8F and B4. RGB value is (138,143,180). Sum of RGB (Red+Green+Blue) = 138+143+180=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A8FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FB4 is #75704B. Grayscale: #919191. Windows color (decimal): -7696460 or 11833226. OLE color: 11833226.
HSL color Cylindrical-coordinate representation of color #8A8FB4: hue angle of 232.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A8FB4 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 143 | 180 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.29 |
| HSL | 232.86º | 0.22% | 0.62% | - |
| HSV(B) | 232.86º | 0.23% | 0.71% | - |
| XYZ | 28.54 | 28.34 | 47.15 | - |
| YUV | 145.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 180 | 0.23 | 0.21 | 0 | 0.29 | 232.86 | 0.22 | 0.62 |
| Hex | 8A | 8F | B4 | 17 | 15 | 0 | 1D | E9 | 16 | 3E |
| Octal | 212 | 217 | 264 | 27 | 25 | 0 | 35 | 351 | 26 | 76 |
| Binary | 10001010 | 10001111 | 10110100 | 10111 | 10101 | 0 | 11101 | 11101001 | 10110 | 111110 |
Color Harmonies of #8A8FB4
Complementary color
Monochromatic Colors of #8A8FB4
Black with #8A8FB4
Text Example
Text Example
White with #8A8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FB4; }
p { color: rgb(138,143,180); }
H1.HeaderClassName
{
color: #8A8FB4;
}
.AnyTagClassName
{
color: #8A8FB4;
}
</style>
background-color css
<style>
a { background-color: #8A8FB4; }
a { background-color: rgb(138,143,180); }
div.DivClassName
{
background-color: #8A8FB4;
}
.BgClassName
{
background-color: #8A8FB4;
}
</style>
border-color css
<style>
span { border-color: #8A8FB4; }
span { border-color: rgb(138,143,180); }
td.TdClassName
{
border-color: #8A8FB4;
}
.TagClassName
{
border-color: #8A8FB4;
}
</style>