Shades of Submarine #9B9E9E
Tints of Submarine #9B9E9E
RGB
CMYK
RGB Variations
Color information
#9B9E9E (or 0x9B9E9E) is known color: Submarine. HEX triplet: 9B, 9E and 9E. RGB value is (155,158,158). Sum of RGB (Red+Green+Blue) = 155+158+158=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #9B9E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9E9E is #646161. Grayscale: #9D9D9D. Windows color (decimal): -6578530 or 10395291. OLE color: 10395291.
HSL color Cylindrical-coordinate representation of color #9B9E9E: hue angle of 180º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9B9E9E is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 158 | 158 | - |
| CMYK | 0.02 | 0 | 0 | 0.38 |
| HSL | 180º | 0.02% | 0.61% | - |
| HSV(B) | 180º | 0.02% | 0.62% | - |
| XYZ | 31.92 | 33.89 | 37.21 | - |
| YUV | 157.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 158 | 0.02 | 0 | 0 | 0.38 | 180 | 0.02 | 0.61 |
| Hex | 9B | 9E | 9E | 2 | 0 | 0 | 26 | B4 | 2 | 3D |
| Octal | 233 | 236 | 236 | 2 | 0 | 0 | 46 | 264 | 2 | 75 |
| Binary | 10011011 | 10011110 | 10011110 | 10 | 0 | 0 | 100110 | 10110100 | 10 | 111101 |
Color Harmonies of #9B9E9E
Complementary color
Monochromatic Colors of #9B9E9E
Black with #9B9E9E
Text Example
Text Example
White with #9B9E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9E9E; }
p { color: rgb(155,158,158); }
H1.HeaderClassName
{
color: #9B9E9E;
}
.AnyTagClassName
{
color: #9B9E9E;
}
</style>
background-color css
<style>
a { background-color: #9B9E9E; }
a { background-color: rgb(155,158,158); }
div.DivClassName
{
background-color: #9B9E9E;
}
.BgClassName
{
background-color: #9B9E9E;
}
</style>
border-color css
<style>
span { border-color: #9B9E9E; }
span { border-color: rgb(155,158,158); }
td.TdClassName
{
border-color: #9B9E9E;
}
.TagClassName
{
border-color: #9B9E9E;
}
</style>