Shades of Submarine #909FA1
Tints of Submarine #909FA1
RGB
CMYK
RGB Variations
Color information
#909FA1 (or 0x909FA1) is known color: Submarine. HEX triplet: 90, 9F and A1. RGB value is (144,159,161). Sum of RGB (Red+Green+Blue) = 144+159+161=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 161 - color contains mainly: blue. Hex color #909FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909FA1 is #6F605E. Grayscale: #9A9A9A. Windows color (decimal): -7299167 or 10592144. OLE color: 10592144.
HSL color Cylindrical-coordinate representation of color #909FA1: hue angle of 187.06º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #909FA1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 159 | 161 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.37 |
| HSL | 187.06º | 0.08% | 0.6% | - |
| HSV(B) | 187.06º | 0.11% | 0.63% | - |
| XYZ | 30.33 | 33.3 | 38.55 | - |
| YUV | 154.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 161 | 0.11 | 0.01 | 0 | 0.37 | 187.06 | 0.08 | 0.6 |
| Hex | 90 | 9F | A1 | B | 1 | 0 | 25 | BB | 8 | 3C |
| Octal | 220 | 237 | 241 | 13 | 1 | 0 | 45 | 273 | 10 | 74 |
| Binary | 10010000 | 10011111 | 10100001 | 1011 | 1 | 0 | 100101 | 10111011 | 1000 | 111100 |
Color Harmonies of #909FA1
Complementary color
Monochromatic Colors of #909FA1
Black with #909FA1
Text Example
Text Example
White with #909FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909FA1; }
p { color: rgb(144,159,161); }
H1.HeaderClassName
{
color: #909FA1;
}
.AnyTagClassName
{
color: #909FA1;
}
</style>
background-color css
<style>
a { background-color: #909FA1; }
a { background-color: rgb(144,159,161); }
div.DivClassName
{
background-color: #909FA1;
}
.BgClassName
{
background-color: #909FA1;
}
</style>
border-color css
<style>
span { border-color: #909FA1; }
span { border-color: rgb(144,159,161); }
td.TdClassName
{
border-color: #909FA1;
}
.TagClassName
{
border-color: #909FA1;
}
</style>