Shades of Manatee #8A91B4
Tints of Manatee #8A91B4
RGB
CMYK
RGB Variations
Color information
#8A91B4 (or 0x8A91B4) is known color: Manatee. HEX triplet: 8A, 91 and B4. RGB value is (138,145,180). Sum of RGB (Red+Green+Blue) = 138+145+180=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A91B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A91B4 is #756E4B. Grayscale: #929292. Windows color (decimal): -7695948 or 11833738. OLE color: 11833738.
HSL color Cylindrical-coordinate representation of color #8A91B4: hue angle of 230º 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 #8A91B4 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 145 | 180 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.29 |
| HSL | 230º | 0.22% | 0.62% | - |
| HSV(B) | 230º | 0.23% | 0.71% | - |
| XYZ | 28.84 | 28.95 | 47.25 | - |
| YUV | 146.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 180 | 0.23 | 0.19 | 0 | 0.29 | 230 | 0.22 | 0.62 |
| Hex | 8A | 91 | B4 | 17 | 13 | 0 | 1D | E6 | 16 | 3E |
| Octal | 212 | 221 | 264 | 27 | 23 | 0 | 35 | 346 | 26 | 76 |
| Binary | 10001010 | 10010001 | 10110100 | 10111 | 10011 | 0 | 11101 | 11100110 | 10110 | 111110 |
Color Harmonies of #8A91B4
Complementary color
Monochromatic Colors of #8A91B4
Black with #8A91B4
Text Example
Text Example
White with #8A91B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A91B4; }
p { color: rgb(138,145,180); }
H1.HeaderClassName
{
color: #8A91B4;
}
.AnyTagClassName
{
color: #8A91B4;
}
</style>
background-color css
<style>
a { background-color: #8A91B4; }
a { background-color: rgb(138,145,180); }
div.DivClassName
{
background-color: #8A91B4;
}
.BgClassName
{
background-color: #8A91B4;
}
</style>
border-color css
<style>
span { border-color: #8A91B4; }
span { border-color: rgb(138,145,180); }
td.TdClassName
{
border-color: #8A91B4;
}
.TagClassName
{
border-color: #8A91B4;
}
</style>