Shades of Ship Cove #7D8AAE
Tints of Ship Cove #7D8AAE
RGB
CMYK
RGB Variations
Color information
#7D8AAE (or 0x7D8AAE) is known color: Ship Cove. HEX triplet: 7D, 8A and AE. RGB value is (125,138,174). Sum of RGB (Red+Green+Blue) = 125+138+174=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8AAE is #827551. Grayscale: #8A8A8A. Windows color (decimal): -8549714 or 11438717. OLE color: 11438717.
HSL color Cylindrical-coordinate representation of color #7D8AAE: hue angle of 224.08º 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 #7D8AAE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 138 | 174 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.32 |
| HSL | 224.08º | 0.23% | 0.59% | - |
| HSV(B) | 224.08º | 0.28% | 0.68% | - |
| XYZ | 25.19 | 25.59 | 43.66 | - |
| YUV | 138.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 138 | 174 | 0.28 | 0.21 | 0 | 0.32 | 224.08 | 0.23 | 0.59 |
| Hex | 7D | 8A | AE | 1C | 15 | 0 | 20 | E0 | 17 | 3B |
| Octal | 175 | 212 | 256 | 34 | 25 | 0 | 40 | 340 | 27 | 73 |
| Binary | 1111101 | 10001010 | 10101110 | 11100 | 10101 | 0 | 100000 | 11100000 | 10111 | 111011 |
Color Harmonies of #7D8AAE
Complementary color
Monochromatic Colors of #7D8AAE
Black with #7D8AAE
Text Example
Text Example
White with #7D8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8AAE; }
p { color: rgb(125,138,174); }
H1.HeaderClassName
{
color: #7D8AAE;
}
.AnyTagClassName
{
color: #7D8AAE;
}
</style>
background-color css
<style>
a { background-color: #7D8AAE; }
a { background-color: rgb(125,138,174); }
div.DivClassName
{
background-color: #7D8AAE;
}
.BgClassName
{
background-color: #7D8AAE;
}
</style>
border-color css
<style>
span { border-color: #7D8AAE; }
span { border-color: rgb(125,138,174); }
td.TdClassName
{
border-color: #7D8AAE;
}
.TagClassName
{
border-color: #7D8AAE;
}
</style>