Shades of Submarine #909B99
Tints of Submarine #909B99
RGB
CMYK
RGB Variations
Color information
#909B99 (or 0x909B99) is known color: Submarine. HEX triplet: 90, 9B and 99. RGB value is (144,155,153). Sum of RGB (Red+Green+Blue) = 144+155+153=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 155 - color contains mainly: green. Hex color #909B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B99 is #6F6466. Grayscale: #979797. Windows color (decimal): -7300199 or 10066832. OLE color: 10066832.
HSL color Cylindrical-coordinate representation of color #909B99: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #909B99 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 155 | 153 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.39 |
| HSL | 169.09º | 0.05% | 0.59% | - |
| HSV(B) | 169.09º | 0.07% | 0.61% | - |
| XYZ | 28.97 | 31.67 | 34.72 | - |
| YUV | 151.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 153 | 0.07 | 0 | 0.01 | 0.39 | 169.09 | 0.05 | 0.59 |
| Hex | 90 | 9B | 99 | 7 | 0 | 1 | 27 | A9 | 5 | 3B |
| Octal | 220 | 233 | 231 | 7 | 0 | 1 | 47 | 251 | 5 | 73 |
| Binary | 10010000 | 10011011 | 10011001 | 111 | 0 | 1 | 100111 | 10101001 | 101 | 111011 |
Color Harmonies of #909B99
Complementary color
Monochromatic Colors of #909B99
Black with #909B99
Text Example
Text Example
White with #909B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B99; }
p { color: rgb(144,155,153); }
H1.HeaderClassName
{
color: #909B99;
}
.AnyTagClassName
{
color: #909B99;
}
</style>
background-color css
<style>
a { background-color: #909B99; }
a { background-color: rgb(144,155,153); }
div.DivClassName
{
background-color: #909B99;
}
.BgClassName
{
background-color: #909B99;
}
</style>
border-color css
<style>
span { border-color: #909B99; }
span { border-color: rgb(144,155,153); }
td.TdClassName
{
border-color: #909B99;
}
.TagClassName
{
border-color: #909B99;
}
</style>