Shades of Ship Cove #7E8EAF
Tints of Ship Cove #7E8EAF
RGB
CMYK
RGB Variations
Color information
#7E8EAF (or 0x7E8EAF) is known color: Ship Cove. HEX triplet: 7E, 8E and AF. RGB value is (126,142,175). Sum of RGB (Red+Green+Blue) = 126+142+175=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 142 (55.86% from 255 or 32.05% 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 #7E8EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8EAF is #817150. Grayscale: #8C8C8C. Windows color (decimal): -8483153 or 11505278. OLE color: 11505278.
HSL color Cylindrical-coordinate representation of color #7E8EAF: hue angle of 220.41º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E8EAF is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 142 | 175 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.31 |
| HSL | 220.41º | 0.23% | 0.59% | - |
| HSV(B) | 220.41º | 0.28% | 0.69% | - |
| XYZ | 26.02 | 26.88 | 44.37 | - |
| YUV | 140.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 175 | 0.28 | 0.19 | 0 | 0.31 | 220.41 | 0.23 | 0.59 |
| Hex | 7E | 8E | AF | 1C | 13 | 0 | 1F | DC | 17 | 3B |
| Octal | 176 | 216 | 257 | 34 | 23 | 0 | 37 | 334 | 27 | 73 |
| Binary | 1111110 | 10001110 | 10101111 | 11100 | 10011 | 0 | 11111 | 11011100 | 10111 | 111011 |
Color Harmonies of #7E8EAF
Complementary color
Monochromatic Colors of #7E8EAF
Black with #7E8EAF
Text Example
Text Example
White with #7E8EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8EAF; }
p { color: rgb(126,142,175); }
H1.HeaderClassName
{
color: #7E8EAF;
}
.AnyTagClassName
{
color: #7E8EAF;
}
</style>
background-color css
<style>
a { background-color: #7E8EAF; }
a { background-color: rgb(126,142,175); }
div.DivClassName
{
background-color: #7E8EAF;
}
.BgClassName
{
background-color: #7E8EAF;
}
</style>
border-color css
<style>
span { border-color: #7E8EAF; }
span { border-color: rgb(126,142,175); }
td.TdClassName
{
border-color: #7E8EAF;
}
.TagClassName
{
border-color: #7E8EAF;
}
</style>