Shades of Ship Cove #838DAD
Tints of Ship Cove #838DAD
RGB
CMYK
RGB Variations
Color information
#838DAD (or 0x838DAD) is known color: Ship Cove. HEX triplet: 83, 8D and AD. RGB value is (131,141,173). Sum of RGB (Red+Green+Blue) = 131+141+173=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #838DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838DAD is #7C7252. Grayscale: #8D8D8D. Windows color (decimal): -8155731 or 11373955. OLE color: 11373955.
HSL color Cylindrical-coordinate representation of color #838DAD: hue angle of 225.71º 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 #838DAD is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 141 | 173 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.32 |
| HSL | 225.71º | 0.2% | 0.6% | - |
| HSV(B) | 225.71º | 0.24% | 0.68% | - |
| XYZ | 26.43 | 26.89 | 43.33 | - |
| YUV | 141.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 173 | 0.24 | 0.18 | 0 | 0.32 | 225.71 | 0.2 | 0.6 |
| Hex | 83 | 8D | AD | 18 | 12 | 0 | 20 | E2 | 14 | 3C |
| Octal | 203 | 215 | 255 | 30 | 22 | 0 | 40 | 342 | 24 | 74 |
| Binary | 10000011 | 10001101 | 10101101 | 11000 | 10010 | 0 | 100000 | 11100010 | 10100 | 111100 |
Color Harmonies of #838DAD
Complementary color
Monochromatic Colors of #838DAD
Black with #838DAD
Text Example
Text Example
White with #838DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DAD; }
p { color: rgb(131,141,173); }
H1.HeaderClassName
{
color: #838DAD;
}
.AnyTagClassName
{
color: #838DAD;
}
</style>
background-color css
<style>
a { background-color: #838DAD; }
a { background-color: rgb(131,141,173); }
div.DivClassName
{
background-color: #838DAD;
}
.BgClassName
{
background-color: #838DAD;
}
</style>
border-color css
<style>
span { border-color: #838DAD; }
span { border-color: rgb(131,141,173); }
td.TdClassName
{
border-color: #838DAD;
}
.TagClassName
{
border-color: #838DAD;
}
</style>