Shades of Submarine #8A989A
Tints of Submarine #8A989A
RGB
CMYK
RGB Variations
Color information
#8A989A (or 0x8A989A) is known color: Submarine. HEX triplet: 8A, 98 and 9A. RGB value is (138,152,154). Sum of RGB (Red+Green+Blue) = 138+152+154=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A989A is #756765. Grayscale: #949494. Windows color (decimal): -7694182 or 10131594. OLE color: 10131594.
HSL color Cylindrical-coordinate representation of color #8A989A: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A989A is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 154 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.40 |
| HSL | 187.5º | 0.07% | 0.57% | - |
| HSV(B) | 187.5º | 0.1% | 0.6% | - |
| XYZ | 27.54 | 30.19 | 34.95 | - |
| YUV | 148.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 154 | 0.10 | 0.01 | 0 | 0.40 | 187.5 | 0.07 | 0.57 |
| Hex | 8A | 98 | 9A | A | 1 | 0 | 28 | BC | 7 | 39 |
| Octal | 212 | 230 | 232 | 12 | 1 | 0 | 50 | 274 | 7 | 71 |
| Binary | 10001010 | 10011000 | 10011010 | 1010 | 1 | 0 | 101000 | 10111100 | 111 | 111001 |
Color Harmonies of #8A989A
Complementary color
Monochromatic Colors of #8A989A
Black with #8A989A
Text Example
Text Example
White with #8A989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A989A; }
p { color: rgb(138,152,154); }
H1.HeaderClassName
{
color: #8A989A;
}
.AnyTagClassName
{
color: #8A989A;
}
</style>
background-color css
<style>
a { background-color: #8A989A; }
a { background-color: rgb(138,152,154); }
div.DivClassName
{
background-color: #8A989A;
}
.BgClassName
{
background-color: #8A989A;
}
</style>
border-color css
<style>
span { border-color: #8A989A; }
span { border-color: rgb(138,152,154); }
td.TdClassName
{
border-color: #8A989A;
}
.TagClassName
{
border-color: #8A989A;
}
</style>