Shades of Submarine #8E999C
Tints of Submarine #8E999C
RGB
CMYK
RGB Variations
Color information
#8E999C (or 0x8E999C) is known color: Submarine. HEX triplet: 8E, 99 and 9C. RGB value is (142,153,156). Sum of RGB (Red+Green+Blue) = 142+153+156=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E999C is #716663. Grayscale: #969696. Windows color (decimal): -7431780 or 10262926. OLE color: 10262926.
HSL color Cylindrical-coordinate representation of color #8E999C: hue angle of 192.86º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E999C is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 153 | 156 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.39 |
| HSL | 192.86º | 0.07% | 0.58% | - |
| HSV(B) | 192.86º | 0.09% | 0.61% | - |
| XYZ | 28.55 | 30.93 | 35.92 | - |
| YUV | 150.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 153 | 156 | 0.09 | 0.02 | 0 | 0.39 | 192.86 | 0.07 | 0.58 |
| Hex | 8E | 99 | 9C | 9 | 2 | 0 | 27 | C1 | 7 | 3A |
| Octal | 216 | 231 | 234 | 11 | 2 | 0 | 47 | 301 | 7 | 72 |
| Binary | 10001110 | 10011001 | 10011100 | 1001 | 10 | 0 | 100111 | 11000001 | 111 | 111010 |
Color Harmonies of #8E999C
Complementary color
Monochromatic Colors of #8E999C
Black with #8E999C
Text Example
Text Example
White with #8E999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E999C; }
p { color: rgb(142,153,156); }
H1.HeaderClassName
{
color: #8E999C;
}
.AnyTagClassName
{
color: #8E999C;
}
</style>
background-color css
<style>
a { background-color: #8E999C; }
a { background-color: rgb(142,153,156); }
div.DivClassName
{
background-color: #8E999C;
}
.BgClassName
{
background-color: #8E999C;
}
</style>
border-color css
<style>
span { border-color: #8E999C; }
span { border-color: rgb(142,153,156); }
td.TdClassName
{
border-color: #8E999C;
}
.TagClassName
{
border-color: #8E999C;
}
</style>