Shades of Ship Cove #838EAD
Tints of Ship Cove #838EAD
RGB
CMYK
RGB Variations
Color information
#838EAD (or 0x838EAD) is known color: Ship Cove. HEX triplet: 83, 8E and AD. RGB value is (131,142,173). Sum of RGB (Red+Green+Blue) = 131+142+173=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #838EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EAD is #7C7152. Grayscale: #8E8E8E. Windows color (decimal): -8155475 or 11374211. OLE color: 11374211.
HSL color Cylindrical-coordinate representation of color #838EAD: hue angle of 224.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838EAD is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 142 | 173 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.32 |
| HSL | 224.29º | 0.2% | 0.6% | - |
| HSV(B) | 224.29º | 0.24% | 0.68% | - |
| XYZ | 26.58 | 27.19 | 43.38 | - |
| YUV | 142.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 173 | 0.24 | 0.18 | 0 | 0.32 | 224.29 | 0.2 | 0.6 |
| Hex | 83 | 8E | AD | 18 | 12 | 0 | 20 | E0 | 14 | 3C |
| Octal | 203 | 216 | 255 | 30 | 22 | 0 | 40 | 340 | 24 | 74 |
| Binary | 10000011 | 10001110 | 10101101 | 11000 | 10010 | 0 | 100000 | 11100000 | 10100 | 111100 |
Color Harmonies of #838EAD
Complementary color
Monochromatic Colors of #838EAD
Black with #838EAD
Text Example
Text Example
White with #838EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838EAD; }
p { color: rgb(131,142,173); }
H1.HeaderClassName
{
color: #838EAD;
}
.AnyTagClassName
{
color: #838EAD;
}
</style>
background-color css
<style>
a { background-color: #838EAD; }
a { background-color: rgb(131,142,173); }
div.DivClassName
{
background-color: #838EAD;
}
.BgClassName
{
background-color: #838EAD;
}
</style>
border-color css
<style>
span { border-color: #838EAD; }
span { border-color: rgb(131,142,173); }
td.TdClassName
{
border-color: #838EAD;
}
.TagClassName
{
border-color: #838EAD;
}
</style>