Shades of Submarine #909C9A
Tints of Submarine #909C9A
RGB
CMYK
RGB Variations
Color information
#909C9A (or 0x909C9A) is known color: Submarine. HEX triplet: 90, 9C and 9A. RGB value is (144,156,154). Sum of RGB (Red+Green+Blue) = 144+156+154=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #909C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909C9A is #6F6365. Grayscale: #989898. Windows color (decimal): -7299942 or 10132624. OLE color: 10132624.
HSL color Cylindrical-coordinate representation of color #909C9A: hue angle of 170º 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 #909C9A is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 156 | 154 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.39 |
| HSL | 170º | 0.06% | 0.59% | - |
| HSV(B) | 170º | 0.08% | 0.61% | - |
| XYZ | 29.22 | 32.04 | 35.22 | - |
| YUV | 152.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 154 | 0.08 | 0 | 0.01 | 0.39 | 170 | 0.06 | 0.59 |
| Hex | 90 | 9C | 9A | 8 | 0 | 1 | 27 | AA | 6 | 3B |
| Octal | 220 | 234 | 232 | 10 | 0 | 1 | 47 | 252 | 6 | 73 |
| Binary | 10010000 | 10011100 | 10011010 | 1000 | 0 | 1 | 100111 | 10101010 | 110 | 111011 |
Color Harmonies of #909C9A
Complementary color
Monochromatic Colors of #909C9A
Black with #909C9A
Text Example
Text Example
White with #909C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C9A; }
p { color: rgb(144,156,154); }
H1.HeaderClassName
{
color: #909C9A;
}
.AnyTagClassName
{
color: #909C9A;
}
</style>
background-color css
<style>
a { background-color: #909C9A; }
a { background-color: rgb(144,156,154); }
div.DivClassName
{
background-color: #909C9A;
}
.BgClassName
{
background-color: #909C9A;
}
</style>
border-color css
<style>
span { border-color: #909C9A; }
span { border-color: rgb(144,156,154); }
td.TdClassName
{
border-color: #909C9A;
}
.TagClassName
{
border-color: #909C9A;
}
</style>