Shades of Submarine #8A9C9F
Tints of Submarine #8A9C9F
RGB
CMYK
RGB Variations
Color information
#8A9C9F (or 0x8A9C9F) is known color: Submarine. HEX triplet: 8A, 9C and 9F. RGB value is (138,156,159). Sum of RGB (Red+Green+Blue) = 138+156+159=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A9C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9C9F is #756360. Grayscale: #969696. Windows color (decimal): -7693153 or 10460298. OLE color: 10460298.
HSL color Cylindrical-coordinate representation of color #8A9C9F: hue angle of 188.57º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A9C9F is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 156 | 159 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.38 |
| HSL | 188.57º | 0.1% | 0.58% | - |
| HSV(B) | 188.57º | 0.13% | 0.62% | - |
| XYZ | 28.63 | 31.68 | 37.41 | - |
| YUV | 150.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 159 | 0.13 | 0.02 | 0 | 0.38 | 188.57 | 0.1 | 0.58 |
| Hex | 8A | 9C | 9F | D | 2 | 0 | 26 | BD | A | 3A |
| Octal | 212 | 234 | 237 | 15 | 2 | 0 | 46 | 275 | 12 | 72 |
| Binary | 10001010 | 10011100 | 10011111 | 1101 | 10 | 0 | 100110 | 10111101 | 1010 | 111010 |
Color Harmonies of #8A9C9F
Complementary color
Monochromatic Colors of #8A9C9F
Black with #8A9C9F
Text Example
Text Example
White with #8A9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9C9F; }
p { color: rgb(138,156,159); }
H1.HeaderClassName
{
color: #8A9C9F;
}
.AnyTagClassName
{
color: #8A9C9F;
}
</style>
background-color css
<style>
a { background-color: #8A9C9F; }
a { background-color: rgb(138,156,159); }
div.DivClassName
{
background-color: #8A9C9F;
}
.BgClassName
{
background-color: #8A9C9F;
}
</style>
border-color css
<style>
span { border-color: #8A9C9F; }
span { border-color: rgb(138,156,159); }
td.TdClassName
{
border-color: #8A9C9F;
}
.TagClassName
{
border-color: #8A9C9F;
}
</style>