Shades of Submarine #7E999D
Tints of Submarine #7E999D
RGB
CMYK
RGB Variations
Color information
#7E999D (or 0x7E999D) is known color: Submarine. HEX triplet: 7E, 99 and 9D. RGB value is (126,153,157). Sum of RGB (Red+Green+Blue) = 126+153+157=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E999D is #816662. Grayscale: #919191. Windows color (decimal): -8480355 or 10328446. OLE color: 10328446.
HSL color Cylindrical-coordinate representation of color #7E999D: hue angle of 187.74º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E999D is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 153 | 157 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.38 |
| HSL | 187.74º | 0.14% | 0.55% | - |
| HSV(B) | 187.74º | 0.2% | 0.62% | - |
| XYZ | 26.08 | 29.65 | 36.25 | - |
| YUV | 145.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 157 | 0.20 | 0.03 | 0 | 0.38 | 187.74 | 0.14 | 0.55 |
| Hex | 7E | 99 | 9D | 14 | 3 | 0 | 26 | BC | E | 37 |
| Octal | 176 | 231 | 235 | 24 | 3 | 0 | 46 | 274 | 16 | 67 |
| Binary | 1111110 | 10011001 | 10011101 | 10100 | 11 | 0 | 100110 | 10111100 | 1110 | 110111 |
Color Harmonies of #7E999D
Complementary color
Monochromatic Colors of #7E999D
Black with #7E999D
Text Example
Text Example
White with #7E999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E999D; }
p { color: rgb(126,153,157); }
H1.HeaderClassName
{
color: #7E999D;
}
.AnyTagClassName
{
color: #7E999D;
}
</style>
background-color css
<style>
a { background-color: #7E999D; }
a { background-color: rgb(126,153,157); }
div.DivClassName
{
background-color: #7E999D;
}
.BgClassName
{
background-color: #7E999D;
}
</style>
border-color css
<style>
span { border-color: #7E999D; }
span { border-color: rgb(126,153,157); }
td.TdClassName
{
border-color: #7E999D;
}
.TagClassName
{
border-color: #7E999D;
}
</style>