Shades of Ship Cove #838EA3
Tints of Ship Cove #838EA3
RGB
CMYK
RGB Variations
Color information
#838EA3 (or 0x838EA3) is known color: Ship Cove. HEX triplet: 83, 8E and A3. RGB value is (131,142,163). Sum of RGB (Red+Green+Blue) = 131+142+163=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 163 - color contains mainly: blue. Hex color #838EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EA3 is #7C715C. Grayscale: #8D8D8D. Windows color (decimal): -8155485 or 10718851. OLE color: 10718851.
HSL color Cylindrical-coordinate representation of color #838EA3: hue angle of 219.38º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838EA3 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 142 | 163 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.36 |
| HSL | 219.38º | 0.15% | 0.58% | - |
| HSV(B) | 219.38º | 0.2% | 0.64% | - |
| XYZ | 25.64 | 26.82 | 38.47 | - |
| YUV | 141.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 142 | 163 | 0.20 | 0.13 | 0 | 0.36 | 219.38 | 0.15 | 0.58 |
| Hex | 83 | 8E | A3 | 14 | D | 0 | 24 | DB | F | 3A |
| Octal | 203 | 216 | 243 | 24 | 15 | 0 | 44 | 333 | 17 | 72 |
| Binary | 10000011 | 10001110 | 10100011 | 10100 | 1101 | 0 | 100100 | 11011011 | 1111 | 111010 |
Color Harmonies of #838EA3
Complementary color
Monochromatic Colors of #838EA3
Black with #838EA3
Text Example
Text Example
White with #838EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838EA3; }
p { color: rgb(131,142,163); }
H1.HeaderClassName
{
color: #838EA3;
}
.AnyTagClassName
{
color: #838EA3;
}
</style>
background-color css
<style>
a { background-color: #838EA3; }
a { background-color: rgb(131,142,163); }
div.DivClassName
{
background-color: #838EA3;
}
.BgClassName
{
background-color: #838EA3;
}
</style>
border-color css
<style>
span { border-color: #838EA3; }
span { border-color: rgb(131,142,163); }
td.TdClassName
{
border-color: #838EA3;
}
.TagClassName
{
border-color: #838EA3;
}
</style>