Shades of Ship Cove #7E8DAF
Tints of Ship Cove #7E8DAF
RGB
CMYK
RGB Variations
Color information
#7E8DAF (or 0x7E8DAF) is known color: Ship Cove. HEX triplet: 7E, 8D and AF. RGB value is (126,141,175). Sum of RGB (Red+Green+Blue) = 126+141+175=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E8DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8DAF is #817250. Grayscale: #8C8C8C. Windows color (decimal): -8483409 or 11505022. OLE color: 11505022.
HSL color Cylindrical-coordinate representation of color #7E8DAF: hue angle of 221.63º 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 #7E8DAF is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 141 | 175 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.31 |
| HSL | 221.63º | 0.23% | 0.59% | - |
| HSV(B) | 221.63º | 0.28% | 0.69% | - |
| XYZ | 25.87 | 26.58 | 44.32 | - |
| YUV | 140.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 175 | 0.28 | 0.19 | 0 | 0.31 | 221.63 | 0.23 | 0.59 |
| Hex | 7E | 8D | AF | 1C | 13 | 0 | 1F | DE | 17 | 3B |
| Octal | 176 | 215 | 257 | 34 | 23 | 0 | 37 | 336 | 27 | 73 |
| Binary | 1111110 | 10001101 | 10101111 | 11100 | 10011 | 0 | 11111 | 11011110 | 10111 | 111011 |
Color Harmonies of #7E8DAF
Complementary color
Monochromatic Colors of #7E8DAF
Black with #7E8DAF
Text Example
Text Example
White with #7E8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8DAF; }
p { color: rgb(126,141,175); }
H1.HeaderClassName
{
color: #7E8DAF;
}
.AnyTagClassName
{
color: #7E8DAF;
}
</style>
background-color css
<style>
a { background-color: #7E8DAF; }
a { background-color: rgb(126,141,175); }
div.DivClassName
{
background-color: #7E8DAF;
}
.BgClassName
{
background-color: #7E8DAF;
}
</style>
border-color css
<style>
span { border-color: #7E8DAF; }
span { border-color: rgb(126,141,175); }
td.TdClassName
{
border-color: #7E8DAF;
}
.TagClassName
{
border-color: #7E8DAF;
}
</style>