Shades of Ship Cove #8393AD
Tints of Ship Cove #8393AD
RGB
CMYK
RGB Variations
Color information
#8393AD (or 0x8393AD) is known color: Ship Cove. HEX triplet: 83, 93 and AD. RGB value is (131,147,173). Sum of RGB (Red+Green+Blue) = 131+147+173=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #8393AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8393AD is #7C6C52. Grayscale: #919191. Windows color (decimal): -8154195 or 11375491. OLE color: 11375491.
HSL color Cylindrical-coordinate representation of color #8393AD: hue angle of 217.14º 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 #8393AD is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 147 | 173 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.32 |
| HSL | 217.14º | 0.2% | 0.6% | - |
| HSV(B) | 217.14º | 0.24% | 0.68% | - |
| XYZ | 27.34 | 28.71 | 43.64 | - |
| YUV | 145.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 173 | 0.24 | 0.15 | 0 | 0.32 | 217.14 | 0.2 | 0.6 |
| Hex | 83 | 93 | AD | 18 | F | 0 | 20 | D9 | 14 | 3C |
| Octal | 203 | 223 | 255 | 30 | 17 | 0 | 40 | 331 | 24 | 74 |
| Binary | 10000011 | 10010011 | 10101101 | 11000 | 1111 | 0 | 100000 | 11011001 | 10100 | 111100 |
Color Harmonies of #8393AD
Complementary color
Monochromatic Colors of #8393AD
Black with #8393AD
Text Example
Text Example
White with #8393AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8393AD; }
p { color: rgb(131,147,173); }
H1.HeaderClassName
{
color: #8393AD;
}
.AnyTagClassName
{
color: #8393AD;
}
</style>
background-color css
<style>
a { background-color: #8393AD; }
a { background-color: rgb(131,147,173); }
div.DivClassName
{
background-color: #8393AD;
}
.BgClassName
{
background-color: #8393AD;
}
</style>
border-color css
<style>
span { border-color: #8393AD; }
span { border-color: rgb(131,147,173); }
td.TdClassName
{
border-color: #8393AD;
}
.TagClassName
{
border-color: #8393AD;
}
</style>