Shades of Submarine #8C9697
Tints of Submarine #8C9697
RGB
CMYK
RGB Variations
Color information
#8C9697 (or 0x8C9697) is known color: Submarine. HEX triplet: 8C, 96 and 97. RGB value is (140,150,151). Sum of RGB (Red+Green+Blue) = 140+150+151=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C9697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9697 is #736968. Grayscale: #939393. Windows color (decimal): -7563625 or 9934476. OLE color: 9934476.
HSL color Cylindrical-coordinate representation of color #8C9697: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C9697 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 151 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.41 |
| HSL | 185.45º | 0.05% | 0.57% | - |
| HSV(B) | 185.45º | 0.07% | 0.59% | - |
| XYZ | 27.31 | 29.62 | 33.56 | - |
| YUV | 147.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 151 | 0.07 | 0.01 | 0 | 0.41 | 185.45 | 0.05 | 0.57 |
| Hex | 8C | 96 | 97 | 7 | 1 | 0 | 29 | B9 | 5 | 39 |
| Octal | 214 | 226 | 227 | 7 | 1 | 0 | 51 | 271 | 5 | 71 |
| Binary | 10001100 | 10010110 | 10010111 | 111 | 1 | 0 | 101001 | 10111001 | 101 | 111001 |
Color Harmonies of #8C9697
Complementary color
Monochromatic Colors of #8C9697
Black with #8C9697
Text Example
Text Example
White with #8C9697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9697; }
p { color: rgb(140,150,151); }
H1.HeaderClassName
{
color: #8C9697;
}
.AnyTagClassName
{
color: #8C9697;
}
</style>
background-color css
<style>
a { background-color: #8C9697; }
a { background-color: rgb(140,150,151); }
div.DivClassName
{
background-color: #8C9697;
}
.BgClassName
{
background-color: #8C9697;
}
</style>
border-color css
<style>
span { border-color: #8C9697; }
span { border-color: rgb(140,150,151); }
td.TdClassName
{
border-color: #8C9697;
}
.TagClassName
{
border-color: #8C9697;
}
</style>