Shades of Submarine #909B9C
Tints of Submarine #909B9C
RGB
CMYK
RGB Variations
Color information
#909B9C (or 0x909B9C) is known color: Submarine. HEX triplet: 90, 9B and 9C. RGB value is (144,155,156). Sum of RGB (Red+Green+Blue) = 144+155+156=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 156 - color contains mainly: blue. Hex color #909B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B9C is #6F6463. Grayscale: #979797. Windows color (decimal): -7300196 or 10263440. OLE color: 10263440.
HSL color Cylindrical-coordinate representation of color #909B9C: hue angle of 185º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #909B9C is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 155 | 156 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.39 |
| HSL | 185º | 0.06% | 0.59% | - |
| HSV(B) | 185º | 0.08% | 0.61% | - |
| XYZ | 29.22 | 31.77 | 36.04 | - |
| YUV | 151.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 156 | 0.08 | 0.01 | 0 | 0.39 | 185 | 0.06 | 0.59 |
| Hex | 90 | 9B | 9C | 8 | 1 | 0 | 27 | B9 | 6 | 3B |
| Octal | 220 | 233 | 234 | 10 | 1 | 0 | 47 | 271 | 6 | 73 |
| Binary | 10010000 | 10011011 | 10011100 | 1000 | 1 | 0 | 100111 | 10111001 | 110 | 111011 |
Color Harmonies of #909B9C
Complementary color
Monochromatic Colors of #909B9C
Black with #909B9C
Text Example
Text Example
White with #909B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B9C; }
p { color: rgb(144,155,156); }
H1.HeaderClassName
{
color: #909B9C;
}
.AnyTagClassName
{
color: #909B9C;
}
</style>
background-color css
<style>
a { background-color: #909B9C; }
a { background-color: rgb(144,155,156); }
div.DivClassName
{
background-color: #909B9C;
}
.BgClassName
{
background-color: #909B9C;
}
</style>
border-color css
<style>
span { border-color: #909B9C; }
span { border-color: rgb(144,155,156); }
td.TdClassName
{
border-color: #909B9C;
}
.TagClassName
{
border-color: #909B9C;
}
</style>