Shades of Ship Cove #7D8BAA
Tints of Ship Cove #7D8BAA
RGB
CMYK
RGB Variations
Color information
#7D8BAA (or 0x7D8BAA) is known color: Ship Cove. HEX triplet: 7D, 8B and AA. RGB value is (125,139,170). Sum of RGB (Red+Green+Blue) = 125+139+170=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D8BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8BAA is #827455. Grayscale: #8A8A8A. Windows color (decimal): -8549462 or 11176829. OLE color: 11176829.
HSL color Cylindrical-coordinate representation of color #7D8BAA: hue angle of 221.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D8BAA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 139 | 170 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.33 |
| HSL | 221.33º | 0.21% | 0.58% | - |
| HSV(B) | 221.33º | 0.26% | 0.67% | - |
| XYZ | 24.95 | 25.73 | 41.68 | - |
| YUV | 138.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 170 | 0.26 | 0.18 | 0 | 0.33 | 221.33 | 0.21 | 0.58 |
| Hex | 7D | 8B | AA | 1A | 12 | 0 | 21 | DD | 15 | 3A |
| Octal | 175 | 213 | 252 | 32 | 22 | 0 | 41 | 335 | 25 | 72 |
| Binary | 1111101 | 10001011 | 10101010 | 11010 | 10010 | 0 | 100001 | 11011101 | 10101 | 111010 |
Color Harmonies of #7D8BAA
Complementary color
Monochromatic Colors of #7D8BAA
Black with #7D8BAA
Text Example
Text Example
White with #7D8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8BAA; }
p { color: rgb(125,139,170); }
H1.HeaderClassName
{
color: #7D8BAA;
}
.AnyTagClassName
{
color: #7D8BAA;
}
</style>
background-color css
<style>
a { background-color: #7D8BAA; }
a { background-color: rgb(125,139,170); }
div.DivClassName
{
background-color: #7D8BAA;
}
.BgClassName
{
background-color: #7D8BAA;
}
</style>
border-color css
<style>
span { border-color: #7D8BAA; }
span { border-color: rgb(125,139,170); }
td.TdClassName
{
border-color: #7D8BAA;
}
.TagClassName
{
border-color: #7D8BAA;
}
</style>