Shades of Ship Cove #7D8FAF
Tints of Ship Cove #7D8FAF
RGB
CMYK
RGB Variations
Color information
#7D8FAF (or 0x7D8FAF) is known color: Ship Cove. HEX triplet: 7D, 8F and AF. RGB value is (125,143,175). Sum of RGB (Red+Green+Blue) = 125+143+175=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D8FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8FAF is #827050. Grayscale: #8D8D8D. Windows color (decimal): -8548433 or 11505533. OLE color: 11505533.
HSL color Cylindrical-coordinate representation of color #7D8FAF: hue angle of 218.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D8FAF is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 143 | 175 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.31 |
| HSL | 218.4º | 0.24% | 0.59% | - |
| HSV(B) | 218.4º | 0.29% | 0.69% | - |
| XYZ | 26.02 | 27.1 | 44.42 | - |
| YUV | 141.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 143 | 175 | 0.29 | 0.18 | 0 | 0.31 | 218.4 | 0.24 | 0.59 |
| Hex | 7D | 8F | AF | 1D | 12 | 0 | 1F | DA | 18 | 3B |
| Octal | 175 | 217 | 257 | 35 | 22 | 0 | 37 | 332 | 30 | 73 |
| Binary | 1111101 | 10001111 | 10101111 | 11101 | 10010 | 0 | 11111 | 11011010 | 11000 | 111011 |
Color Harmonies of #7D8FAF
Complementary color
Monochromatic Colors of #7D8FAF
Black with #7D8FAF
Text Example
Text Example
White with #7D8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8FAF; }
p { color: rgb(125,143,175); }
H1.HeaderClassName
{
color: #7D8FAF;
}
.AnyTagClassName
{
color: #7D8FAF;
}
</style>
background-color css
<style>
a { background-color: #7D8FAF; }
a { background-color: rgb(125,143,175); }
div.DivClassName
{
background-color: #7D8FAF;
}
.BgClassName
{
background-color: #7D8FAF;
}
</style>
border-color css
<style>
span { border-color: #7D8FAF; }
span { border-color: rgb(125,143,175); }
td.TdClassName
{
border-color: #7D8FAF;
}
.TagClassName
{
border-color: #7D8FAF;
}
</style>