Shades of Submarine #8A999A
Tints of Submarine #8A999A
RGB
CMYK
RGB Variations
Color information
#8A999A (or 0x8A999A) is known color: Submarine. HEX triplet: 8A, 99 and 9A. RGB value is (138,153,154). Sum of RGB (Red+Green+Blue) = 138+153+154=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A999A is #756665. Grayscale: #949494. Windows color (decimal): -7693926 or 10131850. OLE color: 10131850.
HSL color Cylindrical-coordinate representation of color #8A999A: hue angle of 183.75º 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 #8A999A is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 153 | 154 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.40 |
| HSL | 183.75º | 0.07% | 0.57% | - |
| HSV(B) | 183.75º | 0.1% | 0.6% | - |
| XYZ | 27.71 | 30.52 | 35 | - |
| YUV | 148.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 154 | 0.10 | 0.01 | 0 | 0.40 | 183.75 | 0.07 | 0.57 |
| Hex | 8A | 99 | 9A | A | 1 | 0 | 28 | B8 | 7 | 39 |
| Octal | 212 | 231 | 232 | 12 | 1 | 0 | 50 | 270 | 7 | 71 |
| Binary | 10001010 | 10011001 | 10011010 | 1010 | 1 | 0 | 101000 | 10111000 | 111 | 111001 |
Color Harmonies of #8A999A
Complementary color
Monochromatic Colors of #8A999A
Black with #8A999A
Text Example
Text Example
White with #8A999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A999A; }
p { color: rgb(138,153,154); }
H1.HeaderClassName
{
color: #8A999A;
}
.AnyTagClassName
{
color: #8A999A;
}
</style>
background-color css
<style>
a { background-color: #8A999A; }
a { background-color: rgb(138,153,154); }
div.DivClassName
{
background-color: #8A999A;
}
.BgClassName
{
background-color: #8A999A;
}
</style>
border-color css
<style>
span { border-color: #8A999A; }
span { border-color: rgb(138,153,154); }
td.TdClassName
{
border-color: #8A999A;
}
.TagClassName
{
border-color: #8A999A;
}
</style>