Shades of Submarine #919D9B
Tints of Submarine #919D9B
RGB
CMYK
RGB Variations
Color information
#919D9B (or 0x919D9B) is known color: Submarine. HEX triplet: 91, 9D and 9B. RGB value is (145,157,155). Sum of RGB (Red+Green+Blue) = 145+157+155=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 157 - color contains mainly: green. Hex color #919D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919D9B is #6E6264. Grayscale: #999999. Windows color (decimal): -7234149 or 10198417. OLE color: 10198417.
HSL color Cylindrical-coordinate representation of color #919D9B: hue angle of 170º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919D9B is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 155 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.38 |
| HSL | 170º | 0.06% | 0.59% | - |
| HSV(B) | 170º | 0.08% | 0.62% | - |
| XYZ | 29.65 | 32.5 | 35.72 | - |
| YUV | 153.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 155 | 0.08 | 0 | 0.01 | 0.38 | 170 | 0.06 | 0.59 |
| Hex | 91 | 9D | 9B | 8 | 0 | 1 | 26 | AA | 6 | 3B |
| Octal | 221 | 235 | 233 | 10 | 0 | 1 | 46 | 252 | 6 | 73 |
| Binary | 10010001 | 10011101 | 10011011 | 1000 | 0 | 1 | 100110 | 10101010 | 110 | 111011 |
Color Harmonies of #919D9B
Complementary color
Monochromatic Colors of #919D9B
Black with #919D9B
Text Example
Text Example
White with #919D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D9B; }
p { color: rgb(145,157,155); }
H1.HeaderClassName
{
color: #919D9B;
}
.AnyTagClassName
{
color: #919D9B;
}
</style>
background-color css
<style>
a { background-color: #919D9B; }
a { background-color: rgb(145,157,155); }
div.DivClassName
{
background-color: #919D9B;
}
.BgClassName
{
background-color: #919D9B;
}
</style>
border-color css
<style>
span { border-color: #919D9B; }
span { border-color: rgb(145,157,155); }
td.TdClassName
{
border-color: #919D9B;
}
.TagClassName
{
border-color: #919D9B;
}
</style>