Shades of Submarine #8C9FA1
Tints of Submarine #8C9FA1
RGB
CMYK
RGB Variations
Color information
#8C9FA1 (or 0x8C9FA1) is known color: Submarine. HEX triplet: 8C, 9F and A1. RGB value is (140,159,161). Sum of RGB (Red+Green+Blue) = 140+159+161=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 161 - color contains mainly: blue. Hex color #8C9FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9FA1 is #73605E. Grayscale: #999999. Windows color (decimal): -7561311 or 10592140. OLE color: 10592140.
HSL color Cylindrical-coordinate representation of color #8C9FA1: hue angle of 185.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C9FA1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 159 | 161 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.37 |
| HSL | 185.71º | 0.1% | 0.59% | - |
| HSV(B) | 185.71º | 0.13% | 0.63% | - |
| XYZ | 29.65 | 32.94 | 38.51 | - |
| YUV | 153.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 161 | 0.13 | 0.01 | 0 | 0.37 | 185.71 | 0.1 | 0.59 |
| Hex | 8C | 9F | A1 | D | 1 | 0 | 25 | BA | A | 3B |
| Octal | 214 | 237 | 241 | 15 | 1 | 0 | 45 | 272 | 12 | 73 |
| Binary | 10001100 | 10011111 | 10100001 | 1101 | 1 | 0 | 100101 | 10111010 | 1010 | 111011 |
Color Harmonies of #8C9FA1
Complementary color
Monochromatic Colors of #8C9FA1
Black with #8C9FA1
Text Example
Text Example
White with #8C9FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9FA1; }
p { color: rgb(140,159,161); }
H1.HeaderClassName
{
color: #8C9FA1;
}
.AnyTagClassName
{
color: #8C9FA1;
}
</style>
background-color css
<style>
a { background-color: #8C9FA1; }
a { background-color: rgb(140,159,161); }
div.DivClassName
{
background-color: #8C9FA1;
}
.BgClassName
{
background-color: #8C9FA1;
}
</style>
border-color css
<style>
span { border-color: #8C9FA1; }
span { border-color: rgb(140,159,161); }
td.TdClassName
{
border-color: #8C9FA1;
}
.TagClassName
{
border-color: #8C9FA1;
}
</style>