Shades of Ship Cove #7E8DA3
Tints of Ship Cove #7E8DA3
RGB
CMYK
RGB Variations
Color information
#7E8DA3 (or 0x7E8DA3) is known color: Ship Cove. HEX triplet: 7E, 8D and A3. RGB value is (126,141,163). Sum of RGB (Red+Green+Blue) = 126+141+163=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 163 - color contains mainly: blue. Hex color #7E8DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8DA3 is #81725C. Grayscale: #8A8A8A. Windows color (decimal): -8483421 or 10718590. OLE color: 10718590.
HSL color Cylindrical-coordinate representation of color #7E8DA3: hue angle of 215.68º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7E8DA3 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 141 | 163 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.36 |
| HSL | 215.68º | 0.17% | 0.57% | - |
| HSV(B) | 215.68º | 0.23% | 0.64% | - |
| XYZ | 24.74 | 26.13 | 38.39 | - |
| YUV | 139.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 163 | 0.23 | 0.13 | 0 | 0.36 | 215.68 | 0.17 | 0.57 |
| Hex | 7E | 8D | A3 | 17 | D | 0 | 24 | D8 | 11 | 39 |
| Octal | 176 | 215 | 243 | 27 | 15 | 0 | 44 | 330 | 21 | 71 |
| Binary | 1111110 | 10001101 | 10100011 | 10111 | 1101 | 0 | 100100 | 11011000 | 10001 | 111001 |
Color Harmonies of #7E8DA3
Complementary color
Monochromatic Colors of #7E8DA3
Black with #7E8DA3
Text Example
Text Example
White with #7E8DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8DA3; }
p { color: rgb(126,141,163); }
H1.HeaderClassName
{
color: #7E8DA3;
}
.AnyTagClassName
{
color: #7E8DA3;
}
</style>
background-color css
<style>
a { background-color: #7E8DA3; }
a { background-color: rgb(126,141,163); }
div.DivClassName
{
background-color: #7E8DA3;
}
.BgClassName
{
background-color: #7E8DA3;
}
</style>
border-color css
<style>
span { border-color: #7E8DA3; }
span { border-color: rgb(126,141,163); }
td.TdClassName
{
border-color: #7E8DA3;
}
.TagClassName
{
border-color: #7E8DA3;
}
</style>