Shades of Manatee #8C93B3
Tints of Manatee #8C93B3
RGB
CMYK
RGB Variations
Color information
#8C93B3 (or 0x8C93B3) is known color: Manatee. HEX triplet: 8C, 93 and B3. RGB value is (140,147,179). Sum of RGB (Red+Green+Blue) = 140+147+179=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C93B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C93B3 is #736C4C. Grayscale: #949494. Windows color (decimal): -7564365 or 11768716. OLE color: 11768716.
HSL color Cylindrical-coordinate representation of color #8C93B3: hue angle of 229.23º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C93B3 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 147 | 179 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.30 |
| HSL | 229.23º | 0.2% | 0.63% | - |
| HSV(B) | 229.23º | 0.22% | 0.7% | - |
| XYZ | 29.39 | 29.7 | 46.83 | - |
| YUV | 148.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 179 | 0.22 | 0.18 | 0 | 0.30 | 229.23 | 0.2 | 0.63 |
| Hex | 8C | 93 | B3 | 16 | 12 | 0 | 1E | E5 | 14 | 3F |
| Octal | 214 | 223 | 263 | 26 | 22 | 0 | 36 | 345 | 24 | 77 |
| Binary | 10001100 | 10010011 | 10110011 | 10110 | 10010 | 0 | 11110 | 11100101 | 10100 | 111111 |
Color Harmonies of #8C93B3
Complementary color
Monochromatic Colors of #8C93B3
Black with #8C93B3
Text Example
Text Example
White with #8C93B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C93B3; }
p { color: rgb(140,147,179); }
H1.HeaderClassName
{
color: #8C93B3;
}
.AnyTagClassName
{
color: #8C93B3;
}
</style>
background-color css
<style>
a { background-color: #8C93B3; }
a { background-color: rgb(140,147,179); }
div.DivClassName
{
background-color: #8C93B3;
}
.BgClassName
{
background-color: #8C93B3;
}
</style>
border-color css
<style>
span { border-color: #8C93B3; }
span { border-color: rgb(140,147,179); }
td.TdClassName
{
border-color: #8C93B3;
}
.TagClassName
{
border-color: #8C93B3;
}
</style>