Shades of Submarine #8C9999
Tints of Submarine #8C9999
RGB
CMYK
RGB Variations
Color information
#8C9999 (or 0x8C9999) is known color: Submarine. HEX triplet: 8C, 99 and 99. RGB value is (140,153,153). Sum of RGB (Red+Green+Blue) = 140+153+153=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #8C9999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9999 is #736666. Grayscale: #959595. Windows color (decimal): -7562855 or 10066316. OLE color: 10066316.
HSL color Cylindrical-coordinate representation of color #8C9999: hue angle of 180º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9999 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 153 | - |
| CMYK | 0.08 | 0 | 0 | 0.4 |
| HSL | 180º | 0.06% | 0.57% | - |
| HSV(B) | 180º | 0.08% | 0.6% | - |
| XYZ | 27.96 | 30.66 | 34.58 | - |
| YUV | 149.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 153 | 0.08 | 0 | 0 | 0.4 | 180 | 0.06 | 0.57 |
| Hex | 8C | 99 | 99 | 8 | 0 | 0 | 28 | B4 | 6 | 39 |
| Octal | 214 | 231 | 231 | 10 | 0 | 0 | 50 | 264 | 6 | 71 |
| Binary | 10001100 | 10011001 | 10011001 | 1000 | 0 | 0 | 101000 | 10110100 | 110 | 111001 |
Color Harmonies of #8C9999
Complementary color
Monochromatic Colors of #8C9999
Black with #8C9999
Text Example
Text Example
White with #8C9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9999; }
p { color: rgb(140,153,153); }
H1.HeaderClassName
{
color: #8C9999;
}
.AnyTagClassName
{
color: #8C9999;
}
</style>
background-color css
<style>
a { background-color: #8C9999; }
a { background-color: rgb(140,153,153); }
div.DivClassName
{
background-color: #8C9999;
}
.BgClassName
{
background-color: #8C9999;
}
</style>
border-color css
<style>
span { border-color: #8C9999; }
span { border-color: rgb(140,153,153); }
td.TdClassName
{
border-color: #8C9999;
}
.TagClassName
{
border-color: #8C9999;
}
</style>