Shades of Manatee #8A8DB3
Tints of Manatee #8A8DB3
RGB
CMYK
RGB Variations
Color information
#8A8DB3 (or 0x8A8DB3) is known color: Manatee. HEX triplet: 8A, 8D and B3. RGB value is (138,141,179). Sum of RGB (Red+Green+Blue) = 138+141+179=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A8DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8DB3 is #75724C. Grayscale: #909090. Windows color (decimal): -7696973 or 11767178. OLE color: 11767178.
HSL color Cylindrical-coordinate representation of color #8A8DB3: hue angle of 235.61º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A8DB3 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 141 | 179 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.30 |
| HSL | 235.61º | 0.21% | 0.62% | - |
| HSV(B) | 235.61º | 0.23% | 0.7% | - |
| XYZ | 28.14 | 27.71 | 46.51 | - |
| YUV | 144.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 179 | 0.23 | 0.21 | 0 | 0.30 | 235.61 | 0.21 | 0.62 |
| Hex | 8A | 8D | B3 | 17 | 15 | 0 | 1E | EC | 15 | 3E |
| Octal | 212 | 215 | 263 | 27 | 25 | 0 | 36 | 354 | 25 | 76 |
| Binary | 10001010 | 10001101 | 10110011 | 10111 | 10101 | 0 | 11110 | 11101100 | 10101 | 111110 |
Color Harmonies of #8A8DB3
Complementary color
Monochromatic Colors of #8A8DB3
Black with #8A8DB3
Text Example
Text Example
White with #8A8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8DB3; }
p { color: rgb(138,141,179); }
H1.HeaderClassName
{
color: #8A8DB3;
}
.AnyTagClassName
{
color: #8A8DB3;
}
</style>
background-color css
<style>
a { background-color: #8A8DB3; }
a { background-color: rgb(138,141,179); }
div.DivClassName
{
background-color: #8A8DB3;
}
.BgClassName
{
background-color: #8A8DB3;
}
</style>
border-color css
<style>
span { border-color: #8A8DB3; }
span { border-color: rgb(138,141,179); }
td.TdClassName
{
border-color: #8A8DB3;
}
.TagClassName
{
border-color: #8A8DB3;
}
</style>