Shades of Submarine #979F9E
Tints of Submarine #979F9E
RGB
CMYK
RGB Variations
Color information
#979F9E (or 0x979F9E) is known color: Submarine. HEX triplet: 97, 9F and 9E. RGB value is (151,159,158). Sum of RGB (Red+Green+Blue) = 151+159+158=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 159 - color contains mainly: green. Hex color #979F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979F9E is #686061. Grayscale: #9C9C9C. Windows color (decimal): -6840418 or 10395543. OLE color: 10395543.
HSL color Cylindrical-coordinate representation of color #979F9E: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979F9E is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 159 | 158 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.38 |
| HSL | 172.5º | 0.04% | 0.61% | - |
| HSV(B) | 172.5º | 0.05% | 0.62% | - |
| XYZ | 31.33 | 33.84 | 37.23 | - |
| YUV | 156.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 159 | 158 | 0.05 | 0 | 0.01 | 0.38 | 172.5 | 0.04 | 0.61 |
| Hex | 97 | 9F | 9E | 5 | 0 | 1 | 26 | AC | 4 | 3D |
| Octal | 227 | 237 | 236 | 5 | 0 | 1 | 46 | 254 | 4 | 75 |
| Binary | 10010111 | 10011111 | 10011110 | 101 | 0 | 1 | 100110 | 10101100 | 100 | 111101 |
Color Harmonies of #979F9E
Complementary color
Monochromatic Colors of #979F9E
Black with #979F9E
Text Example
Text Example
White with #979F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979F9E; }
p { color: rgb(151,159,158); }
H1.HeaderClassName
{
color: #979F9E;
}
.AnyTagClassName
{
color: #979F9E;
}
</style>
background-color css
<style>
a { background-color: #979F9E; }
a { background-color: rgb(151,159,158); }
div.DivClassName
{
background-color: #979F9E;
}
.BgClassName
{
background-color: #979F9E;
}
</style>
border-color css
<style>
span { border-color: #979F9E; }
span { border-color: rgb(151,159,158); }
td.TdClassName
{
border-color: #979F9E;
}
.TagClassName
{
border-color: #979F9E;
}
</style>