Shades of Ship Cove #7D93AE
Tints of Ship Cove #7D93AE
RGB
CMYK
RGB Variations
Color information
#7D93AE (or 0x7D93AE) is known color: Ship Cove. HEX triplet: 7D, 93 and AE. RGB value is (125,147,174). Sum of RGB (Red+Green+Blue) = 125+147+174=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D93AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D93AE is #826C51. Grayscale: #8F8F8F. Windows color (decimal): -8547410 or 11441021. OLE color: 11441021.
HSL color Cylindrical-coordinate representation of color #7D93AE: hue angle of 213.06º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D93AE is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 147 | 174 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.32 |
| HSL | 213.06º | 0.23% | 0.59% | - |
| HSV(B) | 213.06º | 0.28% | 0.68% | - |
| XYZ | 26.53 | 28.28 | 44.11 | - |
| YUV | 143.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 174 | 0.28 | 0.16 | 0 | 0.32 | 213.06 | 0.23 | 0.59 |
| Hex | 7D | 93 | AE | 1C | 10 | 0 | 20 | D5 | 17 | 3B |
| Octal | 175 | 223 | 256 | 34 | 20 | 0 | 40 | 325 | 27 | 73 |
| Binary | 1111101 | 10010011 | 10101110 | 11100 | 10000 | 0 | 100000 | 11010101 | 10111 | 111011 |
Color Harmonies of #7D93AE
Complementary color
Monochromatic Colors of #7D93AE
Black with #7D93AE
Text Example
Text Example
White with #7D93AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D93AE; }
p { color: rgb(125,147,174); }
H1.HeaderClassName
{
color: #7D93AE;
}
.AnyTagClassName
{
color: #7D93AE;
}
</style>
background-color css
<style>
a { background-color: #7D93AE; }
a { background-color: rgb(125,147,174); }
div.DivClassName
{
background-color: #7D93AE;
}
.BgClassName
{
background-color: #7D93AE;
}
</style>
border-color css
<style>
span { border-color: #7D93AE; }
span { border-color: rgb(125,147,174); }
td.TdClassName
{
border-color: #7D93AE;
}
.TagClassName
{
border-color: #7D93AE;
}
</style>