Shades of Submarine #7D9E9A
Tints of Submarine #7D9E9A
RGB
CMYK
RGB Variations
Color information
#7D9E9A (or 0x7D9E9A) is known color: Submarine. HEX triplet: 7D, 9E and 9A. RGB value is (125,158,154). Sum of RGB (Red+Green+Blue) = 125+158+154=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9E9A is #826165. Grayscale: #939393. Windows color (decimal): -8544614 or 10133117. OLE color: 10133117.
HSL color Cylindrical-coordinate representation of color #7D9E9A: hue angle of 172.73º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D9E9A is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 158 | 154 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.38 |
| HSL | 172.73º | 0.15% | 0.55% | - |
| HSV(B) | 172.73º | 0.21% | 0.62% | - |
| XYZ | 26.52 | 31.15 | 35.19 | - |
| YUV | 147.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 154 | 0.21 | 0 | 0.03 | 0.38 | 172.73 | 0.15 | 0.55 |
| Hex | 7D | 9E | 9A | 15 | 0 | 3 | 26 | AD | F | 37 |
| Octal | 175 | 236 | 232 | 25 | 0 | 3 | 46 | 255 | 17 | 67 |
| Binary | 1111101 | 10011110 | 10011010 | 10101 | 0 | 11 | 100110 | 10101101 | 1111 | 110111 |
Color Harmonies of #7D9E9A
Complementary color
Monochromatic Colors of #7D9E9A
Black with #7D9E9A
Text Example
Text Example
White with #7D9E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9E9A; }
p { color: rgb(125,158,154); }
H1.HeaderClassName
{
color: #7D9E9A;
}
.AnyTagClassName
{
color: #7D9E9A;
}
</style>
background-color css
<style>
a { background-color: #7D9E9A; }
a { background-color: rgb(125,158,154); }
div.DivClassName
{
background-color: #7D9E9A;
}
.BgClassName
{
background-color: #7D9E9A;
}
</style>
border-color css
<style>
span { border-color: #7D9E9A; }
span { border-color: rgb(125,158,154); }
td.TdClassName
{
border-color: #7D9E9A;
}
.TagClassName
{
border-color: #7D9E9A;
}
</style>