Shades of Submarine #8C9A9D
Tints of Submarine #8C9A9D
RGB
CMYK
RGB Variations
Color information
#8C9A9D (or 0x8C9A9D) is known color: Submarine. HEX triplet: 8C, 9A and 9D. RGB value is (140,154,157). Sum of RGB (Red+Green+Blue) = 140+154+157=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C9A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9A9D is #736562. Grayscale: #969696. Windows color (decimal): -7562595 or 10328716. OLE color: 10328716.
HSL color Cylindrical-coordinate representation of color #8C9A9D: hue angle of 190.59º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C9A9D is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 154 | 157 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.38 |
| HSL | 190.59º | 0.08% | 0.58% | - |
| HSV(B) | 190.59º | 0.11% | 0.62% | - |
| XYZ | 28.46 | 31.12 | 36.41 | - |
| YUV | 150.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 157 | 0.11 | 0.02 | 0 | 0.38 | 190.59 | 0.08 | 0.58 |
| Hex | 8C | 9A | 9D | B | 2 | 0 | 26 | BF | 8 | 3A |
| Octal | 214 | 232 | 235 | 13 | 2 | 0 | 46 | 277 | 10 | 72 |
| Binary | 10001100 | 10011010 | 10011101 | 1011 | 10 | 0 | 100110 | 10111111 | 1000 | 111010 |
Color Harmonies of #8C9A9D
Complementary color
Monochromatic Colors of #8C9A9D
Black with #8C9A9D
Text Example
Text Example
White with #8C9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9A9D; }
p { color: rgb(140,154,157); }
H1.HeaderClassName
{
color: #8C9A9D;
}
.AnyTagClassName
{
color: #8C9A9D;
}
</style>
background-color css
<style>
a { background-color: #8C9A9D; }
a { background-color: rgb(140,154,157); }
div.DivClassName
{
background-color: #8C9A9D;
}
.BgClassName
{
background-color: #8C9A9D;
}
</style>
border-color css
<style>
span { border-color: #8C9A9D; }
span { border-color: rgb(140,154,157); }
td.TdClassName
{
border-color: #8C9A9D;
}
.TagClassName
{
border-color: #8C9A9D;
}
</style>