Shades of Ship Cove #808BAD
Tints of Ship Cove #808BAD
RGB
CMYK
RGB Variations
Color information
#808BAD (or 0x808BAD) is known color: Ship Cove. HEX triplet: 80, 8B and AD. RGB value is (128,139,173). Sum of RGB (Red+Green+Blue) = 128+139+173=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #808BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808BAD is #7F7452. Grayscale: #8B8B8B. Windows color (decimal): -8352851 or 11373440. OLE color: 11373440.
HSL color Cylindrical-coordinate representation of color #808BAD: hue angle of 225.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808BAD is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 139 | 173 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.32 |
| HSL | 225.33º | 0.22% | 0.59% | - |
| HSV(B) | 225.33º | 0.26% | 0.68% | - |
| XYZ | 25.68 | 26.07 | 43.21 | - |
| YUV | 139.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 173 | 0.26 | 0.20 | 0 | 0.32 | 225.33 | 0.22 | 0.59 |
| Hex | 80 | 8B | AD | 1A | 14 | 0 | 20 | E1 | 16 | 3B |
| Octal | 200 | 213 | 255 | 32 | 24 | 0 | 40 | 341 | 26 | 73 |
| Binary | 10000000 | 10001011 | 10101101 | 11010 | 10100 | 0 | 100000 | 11100001 | 10110 | 111011 |
Color Harmonies of #808BAD
Complementary color
Monochromatic Colors of #808BAD
Black with #808BAD
Text Example
Text Example
White with #808BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BAD; }
p { color: rgb(128,139,173); }
H1.HeaderClassName
{
color: #808BAD;
}
.AnyTagClassName
{
color: #808BAD;
}
</style>
background-color css
<style>
a { background-color: #808BAD; }
a { background-color: rgb(128,139,173); }
div.DivClassName
{
background-color: #808BAD;
}
.BgClassName
{
background-color: #808BAD;
}
</style>
border-color css
<style>
span { border-color: #808BAD; }
span { border-color: rgb(128,139,173); }
td.TdClassName
{
border-color: #808BAD;
}
.TagClassName
{
border-color: #808BAD;
}
</style>