Shades of Submarine #929B9D
Tints of Submarine #929B9D
RGB
CMYK
RGB Variations
Color information
#929B9D (or 0x929B9D) is known color: Submarine. HEX triplet: 92, 9B and 9D. RGB value is (146,155,157). Sum of RGB (Red+Green+Blue) = 146+155+157=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 157 - color contains mainly: blue. Hex color #929B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B9D is #6D6462. Grayscale: #989898. Windows color (decimal): -7169123 or 10328978. OLE color: 10328978.
HSL color Cylindrical-coordinate representation of color #929B9D: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #929B9D is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 155 | 157 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.38 |
| HSL | 190.91º | 0.05% | 0.59% | - |
| HSV(B) | 190.91º | 0.07% | 0.62% | - |
| XYZ | 29.66 | 31.99 | 36.51 | - |
| YUV | 152.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 157 | 0.07 | 0.01 | 0 | 0.38 | 190.91 | 0.05 | 0.59 |
| Hex | 92 | 9B | 9D | 7 | 1 | 0 | 26 | BF | 5 | 3B |
| Octal | 222 | 233 | 235 | 7 | 1 | 0 | 46 | 277 | 5 | 73 |
| Binary | 10010010 | 10011011 | 10011101 | 111 | 1 | 0 | 100110 | 10111111 | 101 | 111011 |
Color Harmonies of #929B9D
Complementary color
Monochromatic Colors of #929B9D
Black with #929B9D
Text Example
Text Example
White with #929B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929B9D; }
p { color: rgb(146,155,157); }
H1.HeaderClassName
{
color: #929B9D;
}
.AnyTagClassName
{
color: #929B9D;
}
</style>
background-color css
<style>
a { background-color: #929B9D; }
a { background-color: rgb(146,155,157); }
div.DivClassName
{
background-color: #929B9D;
}
.BgClassName
{
background-color: #929B9D;
}
</style>
border-color css
<style>
span { border-color: #929B9D; }
span { border-color: rgb(146,155,157); }
td.TdClassName
{
border-color: #929B9D;
}
.TagClassName
{
border-color: #929B9D;
}
</style>