Shades of Submarine #9A9FA0
Tints of Submarine #9A9FA0
RGB
CMYK
RGB Variations
Color information
#9A9FA0 (or 0x9A9FA0) is known color: Submarine. HEX triplet: 9A, 9F and A0. RGB value is (154,159,160). Sum of RGB (Red+Green+Blue) = 154+159+160=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 160 - color contains mainly: blue. Hex color #9A9FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9FA0 is #65605F. Grayscale: #9D9D9D. Windows color (decimal): -6643808 or 10526618. OLE color: 10526618.
HSL color Cylindrical-coordinate representation of color #9A9FA0: hue angle of 190º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9A9FA0 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 159 | 160 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.37 |
| HSL | 190º | 0.03% | 0.62% | - |
| HSV(B) | 190º | 0.04% | 0.63% | - |
| XYZ | 32.07 | 34.2 | 38.17 | - |
| YUV | 157.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 160 | 0.04 | 0.01 | 0 | 0.37 | 190 | 0.03 | 0.62 |
| Hex | 9A | 9F | A0 | 4 | 1 | 0 | 25 | BE | 3 | 3E |
| Octal | 232 | 237 | 240 | 4 | 1 | 0 | 45 | 276 | 3 | 76 |
| Binary | 10011010 | 10011111 | 10100000 | 100 | 1 | 0 | 100101 | 10111110 | 11 | 111110 |
Color Harmonies of #9A9FA0
Complementary color
Monochromatic Colors of #9A9FA0
Black with #9A9FA0
Text Example
Text Example
White with #9A9FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9FA0; }
p { color: rgb(154,159,160); }
H1.HeaderClassName
{
color: #9A9FA0;
}
.AnyTagClassName
{
color: #9A9FA0;
}
</style>
background-color css
<style>
a { background-color: #9A9FA0; }
a { background-color: rgb(154,159,160); }
div.DivClassName
{
background-color: #9A9FA0;
}
.BgClassName
{
background-color: #9A9FA0;
}
</style>
border-color css
<style>
span { border-color: #9A9FA0; }
span { border-color: rgb(154,159,160); }
td.TdClassName
{
border-color: #9A9FA0;
}
.TagClassName
{
border-color: #9A9FA0;
}
</style>