Shades of Submarine #929D9E
Tints of Submarine #929D9E
RGB
CMYK
RGB Variations
Color information
#929D9E (or 0x929D9E) is known color: Submarine. HEX triplet: 92, 9D and 9E. RGB value is (146,157,158). Sum of RGB (Red+Green+Blue) = 146+157+158=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 158 - color contains mainly: blue. Hex color #929D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929D9E is #6D6261. Grayscale: #999999. Windows color (decimal): -7168610 or 10395026. OLE color: 10395026.
HSL color Cylindrical-coordinate representation of color #929D9E: hue angle of 185º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #929D9E is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 157 | 158 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.38 |
| HSL | 185º | 0.06% | 0.6% | - |
| HSV(B) | 185º | 0.08% | 0.62% | - |
| XYZ | 30.08 | 32.69 | 37.07 | - |
| YUV | 153.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 158 | 0.08 | 0.01 | 0 | 0.38 | 185 | 0.06 | 0.6 |
| Hex | 92 | 9D | 9E | 8 | 1 | 0 | 26 | B9 | 6 | 3C |
| Octal | 222 | 235 | 236 | 10 | 1 | 0 | 46 | 271 | 6 | 74 |
| Binary | 10010010 | 10011101 | 10011110 | 1000 | 1 | 0 | 100110 | 10111001 | 110 | 111100 |
Color Harmonies of #929D9E
Complementary color
Monochromatic Colors of #929D9E
Black with #929D9E
Text Example
Text Example
White with #929D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929D9E; }
p { color: rgb(146,157,158); }
H1.HeaderClassName
{
color: #929D9E;
}
.AnyTagClassName
{
color: #929D9E;
}
</style>
background-color css
<style>
a { background-color: #929D9E; }
a { background-color: rgb(146,157,158); }
div.DivClassName
{
background-color: #929D9E;
}
.BgClassName
{
background-color: #929D9E;
}
</style>
border-color css
<style>
span { border-color: #929D9E; }
span { border-color: rgb(146,157,158); }
td.TdClassName
{
border-color: #929D9E;
}
.TagClassName
{
border-color: #929D9E;
}
</style>