Shades of Submarine #8C9B9A
Tints of Submarine #8C9B9A
RGB
CMYK
RGB Variations
Color information
#8C9B9A (or 0x8C9B9A) is known color: Submarine. HEX triplet: 8C, 9B and 9A. RGB value is (140,155,154). Sum of RGB (Red+Green+Blue) = 140+155+154=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9B9A is #736465. Grayscale: #969696. Windows color (decimal): -7562342 or 10132364. OLE color: 10132364.
HSL color Cylindrical-coordinate representation of color #8C9B9A: hue angle of 176º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C9B9A is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 155 | 154 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.39 |
| HSL | 176º | 0.07% | 0.58% | - |
| HSV(B) | 176º | 0.1% | 0.61% | - |
| XYZ | 28.37 | 31.35 | 35.13 | - |
| YUV | 150.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 154 | 0.10 | 0 | 0.01 | 0.39 | 176 | 0.07 | 0.58 |
| Hex | 8C | 9B | 9A | A | 0 | 1 | 27 | B0 | 7 | 3A |
| Octal | 214 | 233 | 232 | 12 | 0 | 1 | 47 | 260 | 7 | 72 |
| Binary | 10001100 | 10011011 | 10011010 | 1010 | 0 | 1 | 100111 | 10110000 | 111 | 111010 |
Color Harmonies of #8C9B9A
Complementary color
Monochromatic Colors of #8C9B9A
Black with #8C9B9A
Text Example
Text Example
White with #8C9B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9B9A; }
p { color: rgb(140,155,154); }
H1.HeaderClassName
{
color: #8C9B9A;
}
.AnyTagClassName
{
color: #8C9B9A;
}
</style>
background-color css
<style>
a { background-color: #8C9B9A; }
a { background-color: rgb(140,155,154); }
div.DivClassName
{
background-color: #8C9B9A;
}
.BgClassName
{
background-color: #8C9B9A;
}
</style>
border-color css
<style>
span { border-color: #8C9B9A; }
span { border-color: rgb(140,155,154); }
td.TdClassName
{
border-color: #8C9B9A;
}
.TagClassName
{
border-color: #8C9B9A;
}
</style>