Shades of Submarine #909C9B
Tints of Submarine #909C9B
RGB
CMYK
RGB Variations
Color information
#909C9B (or 0x909C9B) is known color: Submarine. HEX triplet: 90, 9C and 9B. RGB value is (144,156,155). Sum of RGB (Red+Green+Blue) = 144+156+155=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 156 - color contains mainly: green. Hex color #909C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909C9B is #6F6364. Grayscale: #989898. Windows color (decimal): -7299941 or 10198160. OLE color: 10198160.
HSL color Cylindrical-coordinate representation of color #909C9B: hue angle of 175º 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 #909C9B is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 156 | 155 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.39 |
| HSL | 175º | 0.06% | 0.59% | - |
| HSV(B) | 175º | 0.08% | 0.61% | - |
| XYZ | 29.31 | 32.07 | 35.66 | - |
| YUV | 152.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 155 | 0.08 | 0 | 0.01 | 0.39 | 175 | 0.06 | 0.59 |
| Hex | 90 | 9C | 9B | 8 | 0 | 1 | 27 | AF | 6 | 3B |
| Octal | 220 | 234 | 233 | 10 | 0 | 1 | 47 | 257 | 6 | 73 |
| Binary | 10010000 | 10011100 | 10011011 | 1000 | 0 | 1 | 100111 | 10101111 | 110 | 111011 |
Color Harmonies of #909C9B
Complementary color
Monochromatic Colors of #909C9B
Black with #909C9B
Text Example
Text Example
White with #909C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C9B; }
p { color: rgb(144,156,155); }
H1.HeaderClassName
{
color: #909C9B;
}
.AnyTagClassName
{
color: #909C9B;
}
</style>
background-color css
<style>
a { background-color: #909C9B; }
a { background-color: rgb(144,156,155); }
div.DivClassName
{
background-color: #909C9B;
}
.BgClassName
{
background-color: #909C9B;
}
</style>
border-color css
<style>
span { border-color: #909C9B; }
span { border-color: rgb(144,156,155); }
td.TdClassName
{
border-color: #909C9B;
}
.TagClassName
{
border-color: #909C9B;
}
</style>