Shades of Submarine #8A9293
Tints of Submarine #8A9293
RGB
CMYK
RGB Variations
Color information
#8A9293 (or 0x8A9293) is known color: Submarine. HEX triplet: 8A, 92 and 93. RGB value is (138,146,147). Sum of RGB (Red+Green+Blue) = 138+146+147=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A9293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9293 is #756D6C. Grayscale: #8F8F8F. Windows color (decimal): -7695725 or 9671306. OLE color: 9671306.
HSL color Cylindrical-coordinate representation of color #8A9293: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A9293 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 146 | 147 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.42 |
| HSL | 186.67º | 0.04% | 0.56% | - |
| HSV(B) | 186.67º | 0.06% | 0.58% | - |
| XYZ | 26.03 | 28.07 | 31.65 | - |
| YUV | 143.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 147 | 0.06 | 0.01 | 0 | 0.42 | 186.67 | 0.04 | 0.56 |
| Hex | 8A | 92 | 93 | 6 | 1 | 0 | 2A | BB | 4 | 38 |
| Octal | 212 | 222 | 223 | 6 | 1 | 0 | 52 | 273 | 4 | 70 |
| Binary | 10001010 | 10010010 | 10010011 | 110 | 1 | 0 | 101010 | 10111011 | 100 | 111000 |
Color Harmonies of #8A9293
Complementary color
Monochromatic Colors of #8A9293
Black with #8A9293
Text Example
Text Example
White with #8A9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9293; }
p { color: rgb(138,146,147); }
H1.HeaderClassName
{
color: #8A9293;
}
.AnyTagClassName
{
color: #8A9293;
}
</style>
background-color css
<style>
a { background-color: #8A9293; }
a { background-color: rgb(138,146,147); }
div.DivClassName
{
background-color: #8A9293;
}
.BgClassName
{
background-color: #8A9293;
}
</style>
border-color css
<style>
span { border-color: #8A9293; }
span { border-color: rgb(138,146,147); }
td.TdClassName
{
border-color: #8A9293;
}
.TagClassName
{
border-color: #8A9293;
}
</style>