Shades of Manatee #8A8FB3
Tints of Manatee #8A8FB3
RGB
CMYK
RGB Variations
Color information
#8A8FB3 (or 0x8A8FB3) is known color: Manatee. HEX triplet: 8A, 8F and B3. RGB value is (138,143,179). Sum of RGB (Red+Green+Blue) = 138+143+179=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A8FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FB3 is #75704C. Grayscale: #919191. Windows color (decimal): -7696461 or 11767690. OLE color: 11767690.
HSL color Cylindrical-coordinate representation of color #8A8FB3: hue angle of 232.68º 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 #8A8FB3 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 143 | 179 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.30 |
| HSL | 232.68º | 0.21% | 0.62% | - |
| HSV(B) | 232.68º | 0.23% | 0.7% | - |
| XYZ | 28.44 | 28.3 | 46.61 | - |
| YUV | 145.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 179 | 0.23 | 0.20 | 0 | 0.30 | 232.68 | 0.21 | 0.62 |
| Hex | 8A | 8F | B3 | 17 | 14 | 0 | 1E | E9 | 15 | 3E |
| Octal | 212 | 217 | 263 | 27 | 24 | 0 | 36 | 351 | 25 | 76 |
| Binary | 10001010 | 10001111 | 10110011 | 10111 | 10100 | 0 | 11110 | 11101001 | 10101 | 111110 |
Color Harmonies of #8A8FB3
Complementary color
Monochromatic Colors of #8A8FB3
Black with #8A8FB3
Text Example
Text Example
White with #8A8FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8FB3; }
p { color: rgb(138,143,179); }
H1.HeaderClassName
{
color: #8A8FB3;
}
.AnyTagClassName
{
color: #8A8FB3;
}
</style>
background-color css
<style>
a { background-color: #8A8FB3; }
a { background-color: rgb(138,143,179); }
div.DivClassName
{
background-color: #8A8FB3;
}
.BgClassName
{
background-color: #8A8FB3;
}
</style>
border-color css
<style>
span { border-color: #8A8FB3; }
span { border-color: rgb(138,143,179); }
td.TdClassName
{
border-color: #8A8FB3;
}
.TagClassName
{
border-color: #8A8FB3;
}
</style>