Shades of Submarine #929F9D
Tints of Submarine #929F9D
RGB
CMYK
RGB Variations
Color information
#929F9D (or 0x929F9D) is known color: Submarine. HEX triplet: 92, 9F and 9D. RGB value is (146,159,157). Sum of RGB (Red+Green+Blue) = 146+159+157=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 159 - color contains mainly: green. Hex color #929F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929F9D is #6D6062. Grayscale: #9A9A9A. Windows color (decimal): -7168099 or 10330002. OLE color: 10330002.
HSL color Cylindrical-coordinate representation of color #929F9D: hue angle of 170.77º 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 #929F9D is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 159 | 157 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.38 |
| HSL | 170.77º | 0.06% | 0.6% | - |
| HSV(B) | 170.77º | 0.08% | 0.62% | - |
| XYZ | 30.34 | 33.34 | 36.73 | - |
| YUV | 154.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 157 | 0.08 | 0 | 0.01 | 0.38 | 170.77 | 0.06 | 0.6 |
| Hex | 92 | 9F | 9D | 8 | 0 | 1 | 26 | AB | 6 | 3C |
| Octal | 222 | 237 | 235 | 10 | 0 | 1 | 46 | 253 | 6 | 74 |
| Binary | 10010010 | 10011111 | 10011101 | 1000 | 0 | 1 | 100110 | 10101011 | 110 | 111100 |
Color Harmonies of #929F9D
Complementary color
Monochromatic Colors of #929F9D
Black with #929F9D
Text Example
Text Example
White with #929F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929F9D; }
p { color: rgb(146,159,157); }
H1.HeaderClassName
{
color: #929F9D;
}
.AnyTagClassName
{
color: #929F9D;
}
</style>
background-color css
<style>
a { background-color: #929F9D; }
a { background-color: rgb(146,159,157); }
div.DivClassName
{
background-color: #929F9D;
}
.BgClassName
{
background-color: #929F9D;
}
</style>
border-color css
<style>
span { border-color: #929F9D; }
span { border-color: rgb(146,159,157); }
td.TdClassName
{
border-color: #929F9D;
}
.TagClassName
{
border-color: #929F9D;
}
</style>