Shades of Submarine #909799
Tints of Submarine #909799
RGB
CMYK
RGB Variations
Color information
#909799 (or 0x909799) is known color: Submarine. HEX triplet: 90, 97 and 99. RGB value is (144,151,153). Sum of RGB (Red+Green+Blue) = 144+151+153=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 153 - color contains mainly: blue. Hex color #909799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909799 is #6F6866. Grayscale: #959595. Windows color (decimal): -7301223 or 10065808. OLE color: 10065808.
HSL color Cylindrical-coordinate representation of color #909799: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #909799 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 151 | 153 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.4 |
| HSL | 193.33º | 0.04% | 0.58% | - |
| HSV(B) | 193.33º | 0.06% | 0.6% | - |
| XYZ | 28.32 | 30.36 | 34.51 | - |
| YUV | 149.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 153 | 0.06 | 0.01 | 0 | 0.4 | 193.33 | 0.04 | 0.58 |
| Hex | 90 | 97 | 99 | 6 | 1 | 0 | 28 | C1 | 4 | 3A |
| Octal | 220 | 227 | 231 | 6 | 1 | 0 | 50 | 301 | 4 | 72 |
| Binary | 10010000 | 10010111 | 10011001 | 110 | 1 | 0 | 101000 | 11000001 | 100 | 111010 |
Color Harmonies of #909799
Complementary color
Monochromatic Colors of #909799
Black with #909799
Text Example
Text Example
White with #909799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909799; }
p { color: rgb(144,151,153); }
H1.HeaderClassName
{
color: #909799;
}
.AnyTagClassName
{
color: #909799;
}
</style>
background-color css
<style>
a { background-color: #909799; }
a { background-color: rgb(144,151,153); }
div.DivClassName
{
background-color: #909799;
}
.BgClassName
{
background-color: #909799;
}
</style>
border-color css
<style>
span { border-color: #909799; }
span { border-color: rgb(144,151,153); }
td.TdClassName
{
border-color: #909799;
}
.TagClassName
{
border-color: #909799;
}
</style>