Shades of Submarine #8E9799
Tints of Submarine #8E9799
RGB
CMYK
RGB Variations
Color information
#8E9799 (or 0x8E9799) is known color: Submarine. HEX triplet: 8E, 97 and 99. RGB value is (142,151,153). Sum of RGB (Red+Green+Blue) = 142+151+153=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9799 is #716866. Grayscale: #949494. Windows color (decimal): -7432295 or 10065806. OLE color: 10065806.
HSL color Cylindrical-coordinate representation of color #8E9799: hue angle of 190.91º 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 #8E9799 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 151 | 153 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.4 |
| HSL | 190.91º | 0.05% | 0.58% | - |
| HSV(B) | 190.91º | 0.07% | 0.6% | - |
| XYZ | 27.97 | 30.18 | 34.49 | - |
| YUV | 148.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 151 | 153 | 0.07 | 0.01 | 0 | 0.4 | 190.91 | 0.05 | 0.58 |
| Hex | 8E | 97 | 99 | 7 | 1 | 0 | 28 | BF | 5 | 3A |
| Octal | 216 | 227 | 231 | 7 | 1 | 0 | 50 | 277 | 5 | 72 |
| Binary | 10001110 | 10010111 | 10011001 | 111 | 1 | 0 | 101000 | 10111111 | 101 | 111010 |
Color Harmonies of #8E9799
Complementary color
Monochromatic Colors of #8E9799
Black with #8E9799
Text Example
Text Example
White with #8E9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9799; }
p { color: rgb(142,151,153); }
H1.HeaderClassName
{
color: #8E9799;
}
.AnyTagClassName
{
color: #8E9799;
}
</style>
background-color css
<style>
a { background-color: #8E9799; }
a { background-color: rgb(142,151,153); }
div.DivClassName
{
background-color: #8E9799;
}
.BgClassName
{
background-color: #8E9799;
}
</style>
border-color css
<style>
span { border-color: #8E9799; }
span { border-color: rgb(142,151,153); }
td.TdClassName
{
border-color: #8E9799;
}
.TagClassName
{
border-color: #8E9799;
}
</style>