Shades of Submarine #8C999C
Tints of Submarine #8C999C
RGB
CMYK
RGB Variations
Color information
#8C999C (or 0x8C999C) is known color: Submarine. HEX triplet: 8C, 99 and 9C. RGB value is (140,153,156). Sum of RGB (Red+Green+Blue) = 140+153+156=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C999C is #736663. Grayscale: #959595. Windows color (decimal): -7562852 or 10262924. OLE color: 10262924.
HSL color Cylindrical-coordinate representation of color #8C999C: hue angle of 191.25º 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 #8C999C is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 153 | 156 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.39 |
| HSL | 191.25º | 0.07% | 0.58% | - |
| HSV(B) | 191.25º | 0.1% | 0.61% | - |
| XYZ | 28.21 | 30.76 | 35.9 | - |
| YUV | 149.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 156 | 0.10 | 0.02 | 0 | 0.39 | 191.25 | 0.07 | 0.58 |
| Hex | 8C | 99 | 9C | A | 2 | 0 | 27 | BF | 7 | 3A |
| Octal | 214 | 231 | 234 | 12 | 2 | 0 | 47 | 277 | 7 | 72 |
| Binary | 10001100 | 10011001 | 10011100 | 1010 | 10 | 0 | 100111 | 10111111 | 111 | 111010 |
Color Harmonies of #8C999C
Complementary color
Monochromatic Colors of #8C999C
Black with #8C999C
Text Example
Text Example
White with #8C999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C999C; }
p { color: rgb(140,153,156); }
H1.HeaderClassName
{
color: #8C999C;
}
.AnyTagClassName
{
color: #8C999C;
}
</style>
background-color css
<style>
a { background-color: #8C999C; }
a { background-color: rgb(140,153,156); }
div.DivClassName
{
background-color: #8C999C;
}
.BgClassName
{
background-color: #8C999C;
}
</style>
border-color css
<style>
span { border-color: #8C999C; }
span { border-color: rgb(140,153,156); }
td.TdClassName
{
border-color: #8C999C;
}
.TagClassName
{
border-color: #8C999C;
}
</style>