Shades of Ship Cove #838BAD
Tints of Ship Cove #838BAD
RGB
CMYK
RGB Variations
Color information
#838BAD (or 0x838BAD) is known color: Ship Cove. HEX triplet: 83, 8B and AD. RGB value is (131,139,173). Sum of RGB (Red+Green+Blue) = 131+139+173=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #838BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838BAD is #7C7452. Grayscale: #8C8C8C. Windows color (decimal): -8156243 or 11373443. OLE color: 11373443.
HSL color Cylindrical-coordinate representation of color #838BAD: hue angle of 228.57º 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 #838BAD is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 139 | 173 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.32 |
| HSL | 228.57º | 0.2% | 0.6% | - |
| HSV(B) | 228.57º | 0.24% | 0.68% | - |
| XYZ | 26.14 | 26.31 | 43.24 | - |
| YUV | 140.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 173 | 0.24 | 0.20 | 0 | 0.32 | 228.57 | 0.2 | 0.6 |
| Hex | 83 | 8B | AD | 18 | 14 | 0 | 20 | E5 | 14 | 3C |
| Octal | 203 | 213 | 255 | 30 | 24 | 0 | 40 | 345 | 24 | 74 |
| Binary | 10000011 | 10001011 | 10101101 | 11000 | 10100 | 0 | 100000 | 11100101 | 10100 | 111100 |
Color Harmonies of #838BAD
Complementary color
Monochromatic Colors of #838BAD
Black with #838BAD
Text Example
Text Example
White with #838BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838BAD; }
p { color: rgb(131,139,173); }
H1.HeaderClassName
{
color: #838BAD;
}
.AnyTagClassName
{
color: #838BAD;
}
</style>
background-color css
<style>
a { background-color: #838BAD; }
a { background-color: rgb(131,139,173); }
div.DivClassName
{
background-color: #838BAD;
}
.BgClassName
{
background-color: #838BAD;
}
</style>
border-color css
<style>
span { border-color: #838BAD; }
span { border-color: rgb(131,139,173); }
td.TdClassName
{
border-color: #838BAD;
}
.TagClassName
{
border-color: #838BAD;
}
</style>