Shades of Ship Cove #808BAB
Tints of Ship Cove #808BAB
RGB
CMYK
RGB Variations
Color information
#808BAB (or 0x808BAB) is known color: Ship Cove. HEX triplet: 80, 8B and AB. RGB value is (128,139,171). Sum of RGB (Red+Green+Blue) = 128+139+171=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #808BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808BAB is #7F7454. Grayscale: #8B8B8B. Windows color (decimal): -8352853 or 11242368. OLE color: 11242368.
HSL color Cylindrical-coordinate representation of color #808BAB: hue angle of 224.65º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808BAB is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 139 | 171 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.33 |
| HSL | 224.65º | 0.2% | 0.59% | - |
| HSV(B) | 224.65º | 0.25% | 0.67% | - |
| XYZ | 25.49 | 25.99 | 42.2 | - |
| YUV | 139.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 171 | 0.25 | 0.19 | 0 | 0.33 | 224.65 | 0.2 | 0.59 |
| Hex | 80 | 8B | AB | 19 | 13 | 0 | 21 | E1 | 14 | 3B |
| Octal | 200 | 213 | 253 | 31 | 23 | 0 | 41 | 341 | 24 | 73 |
| Binary | 10000000 | 10001011 | 10101011 | 11001 | 10011 | 0 | 100001 | 11100001 | 10100 | 111011 |
Color Harmonies of #808BAB
Complementary color
Monochromatic Colors of #808BAB
Black with #808BAB
Text Example
Text Example
White with #808BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BAB; }
p { color: rgb(128,139,171); }
H1.HeaderClassName
{
color: #808BAB;
}
.AnyTagClassName
{
color: #808BAB;
}
</style>
background-color css
<style>
a { background-color: #808BAB; }
a { background-color: rgb(128,139,171); }
div.DivClassName
{
background-color: #808BAB;
}
.BgClassName
{
background-color: #808BAB;
}
</style>
border-color css
<style>
span { border-color: #808BAB; }
span { border-color: rgb(128,139,171); }
td.TdClassName
{
border-color: #808BAB;
}
.TagClassName
{
border-color: #808BAB;
}
</style>