Shades of Ship Cove #7D8AAB
Tints of Ship Cove #7D8AAB
RGB
CMYK
RGB Variations
Color information
#7D8AAB (or 0x7D8AAB) is known color: Ship Cove. HEX triplet: 7D, 8A and AB. RGB value is (125,138,171). Sum of RGB (Red+Green+Blue) = 125+138+171=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D8AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8AAB is #827554. Grayscale: #898989. Windows color (decimal): -8549717 or 11242109. OLE color: 11242109.
HSL color Cylindrical-coordinate representation of color #7D8AAB: hue angle of 223.04º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D8AAB is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 138 | 171 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.33 |
| HSL | 223.04º | 0.21% | 0.58% | - |
| HSV(B) | 223.04º | 0.27% | 0.67% | - |
| XYZ | 24.9 | 25.48 | 42.13 | - |
| YUV | 137.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 138 | 171 | 0.27 | 0.19 | 0 | 0.33 | 223.04 | 0.21 | 0.58 |
| Hex | 7D | 8A | AB | 1B | 13 | 0 | 21 | DF | 15 | 3A |
| Octal | 175 | 212 | 253 | 33 | 23 | 0 | 41 | 337 | 25 | 72 |
| Binary | 1111101 | 10001010 | 10101011 | 11011 | 10011 | 0 | 100001 | 11011111 | 10101 | 111010 |
Color Harmonies of #7D8AAB
Complementary color
Monochromatic Colors of #7D8AAB
Black with #7D8AAB
Text Example
Text Example
White with #7D8AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8AAB; }
p { color: rgb(125,138,171); }
H1.HeaderClassName
{
color: #7D8AAB;
}
.AnyTagClassName
{
color: #7D8AAB;
}
</style>
background-color css
<style>
a { background-color: #7D8AAB; }
a { background-color: rgb(125,138,171); }
div.DivClassName
{
background-color: #7D8AAB;
}
.BgClassName
{
background-color: #7D8AAB;
}
</style>
border-color css
<style>
span { border-color: #7D8AAB; }
span { border-color: rgb(125,138,171); }
td.TdClassName
{
border-color: #7D8AAB;
}
.TagClassName
{
border-color: #7D8AAB;
}
</style>