Shades of Submarine #81999D
Tints of Submarine #81999D
RGB
CMYK
RGB Variations
Color information
#81999D (or 0x81999D) is known color: Submarine. HEX triplet: 81, 99 and 9D. RGB value is (129,153,157). Sum of RGB (Red+Green+Blue) = 129+153+157=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #81999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81999D is #7E6662. Grayscale: #929292. Windows color (decimal): -8283747 or 10328449. OLE color: 10328449.
HSL color Cylindrical-coordinate representation of color #81999D: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81999D is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 153 | 157 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.38 |
| HSL | 188.57º | 0.13% | 0.56% | - |
| HSV(B) | 188.57º | 0.18% | 0.62% | - |
| XYZ | 26.53 | 29.88 | 36.27 | - |
| YUV | 146.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 157 | 0.18 | 0.03 | 0 | 0.38 | 188.57 | 0.13 | 0.56 |
| Hex | 81 | 99 | 9D | 12 | 3 | 0 | 26 | BD | C | 38 |
| Octal | 201 | 231 | 235 | 22 | 3 | 0 | 46 | 275 | 14 | 70 |
| Binary | 10000001 | 10011001 | 10011101 | 10010 | 11 | 0 | 100110 | 10111101 | 1100 | 111000 |
Color Harmonies of #81999D
Complementary color
Monochromatic Colors of #81999D
Black with #81999D
Text Example
Text Example
White with #81999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81999D; }
p { color: rgb(129,153,157); }
H1.HeaderClassName
{
color: #81999D;
}
.AnyTagClassName
{
color: #81999D;
}
</style>
background-color css
<style>
a { background-color: #81999D; }
a { background-color: rgb(129,153,157); }
div.DivClassName
{
background-color: #81999D;
}
.BgClassName
{
background-color: #81999D;
}
</style>
border-color css
<style>
span { border-color: #81999D; }
span { border-color: rgb(129,153,157); }
td.TdClassName
{
border-color: #81999D;
}
.TagClassName
{
border-color: #81999D;
}
</style>