Shades of Submarine #8E9899
Tints of Submarine #8E9899
RGB
CMYK
RGB Variations
Color information
#8E9899 (or 0x8E9899) is known color: Submarine. HEX triplet: 8E, 98 and 99. RGB value is (142,152,153). Sum of RGB (Red+Green+Blue) = 142+152+153=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9899 is #716766. Grayscale: #959595. Windows color (decimal): -7432039 or 10066062. OLE color: 10066062.
HSL color Cylindrical-coordinate representation of color #8E9899: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E9899 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 152 | 153 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.4 |
| HSL | 185.45º | 0.05% | 0.58% | - |
| HSV(B) | 185.45º | 0.07% | 0.6% | - |
| XYZ | 28.13 | 30.51 | 34.54 | - |
| YUV | 149.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 152 | 153 | 0.07 | 0.01 | 0 | 0.4 | 185.45 | 0.05 | 0.58 |
| Hex | 8E | 98 | 99 | 7 | 1 | 0 | 28 | B9 | 5 | 3A |
| Octal | 216 | 230 | 231 | 7 | 1 | 0 | 50 | 271 | 5 | 72 |
| Binary | 10001110 | 10011000 | 10011001 | 111 | 1 | 0 | 101000 | 10111001 | 101 | 111010 |
Color Harmonies of #8E9899
Complementary color
Monochromatic Colors of #8E9899
Black with #8E9899
Text Example
Text Example
White with #8E9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9899; }
p { color: rgb(142,152,153); }
H1.HeaderClassName
{
color: #8E9899;
}
.AnyTagClassName
{
color: #8E9899;
}
</style>
background-color css
<style>
a { background-color: #8E9899; }
a { background-color: rgb(142,152,153); }
div.DivClassName
{
background-color: #8E9899;
}
.BgClassName
{
background-color: #8E9899;
}
</style>
border-color css
<style>
span { border-color: #8E9899; }
span { border-color: rgb(142,152,153); }
td.TdClassName
{
border-color: #8E9899;
}
.TagClassName
{
border-color: #8E9899;
}
</style>