Shades of Submarine #7E999C
Tints of Submarine #7E999C
RGB
CMYK
RGB Variations
Color information
#7E999C (or 0x7E999C) is known color: Submarine. HEX triplet: 7E, 99 and 9C. RGB value is (126,153,156). Sum of RGB (Red+Green+Blue) = 126+153+156=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E999C is #816663. Grayscale: #919191. Windows color (decimal): -8480356 or 10262910. OLE color: 10262910.
HSL color Cylindrical-coordinate representation of color #7E999C: hue angle of 186º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E999C is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 153 | 156 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.39 |
| HSL | 186º | 0.13% | 0.55% | - |
| HSV(B) | 186º | 0.19% | 0.61% | - |
| XYZ | 26 | 29.62 | 35.8 | - |
| YUV | 145.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 156 | 0.19 | 0.02 | 0 | 0.39 | 186 | 0.13 | 0.55 |
| Hex | 7E | 99 | 9C | 13 | 2 | 0 | 27 | BA | D | 37 |
| Octal | 176 | 231 | 234 | 23 | 2 | 0 | 47 | 272 | 15 | 67 |
| Binary | 1111110 | 10011001 | 10011100 | 10011 | 10 | 0 | 100111 | 10111010 | 1101 | 110111 |
Color Harmonies of #7E999C
Complementary color
Monochromatic Colors of #7E999C
Black with #7E999C
Text Example
Text Example
White with #7E999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E999C; }
p { color: rgb(126,153,156); }
H1.HeaderClassName
{
color: #7E999C;
}
.AnyTagClassName
{
color: #7E999C;
}
</style>
background-color css
<style>
a { background-color: #7E999C; }
a { background-color: rgb(126,153,156); }
div.DivClassName
{
background-color: #7E999C;
}
.BgClassName
{
background-color: #7E999C;
}
</style>
border-color css
<style>
span { border-color: #7E999C; }
span { border-color: rgb(126,153,156); }
td.TdClassName
{
border-color: #7E999C;
}
.TagClassName
{
border-color: #7E999C;
}
</style>