Shades of Ship Cove #808BAC
Tints of Ship Cove #808BAC
RGB
CMYK
RGB Variations
Color information
#808BAC (or 0x808BAC) is known color: Ship Cove. HEX triplet: 80, 8B and AC. RGB value is (128,139,172). Sum of RGB (Red+Green+Blue) = 128+139+172=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #808BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808BAC is #7F7453. Grayscale: #8B8B8B. Windows color (decimal): -8352852 or 11307904. OLE color: 11307904.
HSL color Cylindrical-coordinate representation of color #808BAC: hue angle of 225º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808BAC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 139 | 172 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.33 |
| HSL | 225º | 0.21% | 0.59% | - |
| HSV(B) | 225º | 0.26% | 0.67% | - |
| XYZ | 25.58 | 26.03 | 42.71 | - |
| YUV | 139.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 172 | 0.26 | 0.19 | 0 | 0.33 | 225 | 0.21 | 0.59 |
| Hex | 80 | 8B | AC | 1A | 13 | 0 | 21 | E1 | 15 | 3B |
| Octal | 200 | 213 | 254 | 32 | 23 | 0 | 41 | 341 | 25 | 73 |
| Binary | 10000000 | 10001011 | 10101100 | 11010 | 10011 | 0 | 100001 | 11100001 | 10101 | 111011 |
Color Harmonies of #808BAC
Complementary color
Monochromatic Colors of #808BAC
Black with #808BAC
Text Example
Text Example
White with #808BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BAC; }
p { color: rgb(128,139,172); }
H1.HeaderClassName
{
color: #808BAC;
}
.AnyTagClassName
{
color: #808BAC;
}
</style>
background-color css
<style>
a { background-color: #808BAC; }
a { background-color: rgb(128,139,172); }
div.DivClassName
{
background-color: #808BAC;
}
.BgClassName
{
background-color: #808BAC;
}
</style>
border-color css
<style>
span { border-color: #808BAC; }
span { border-color: rgb(128,139,172); }
td.TdClassName
{
border-color: #808BAC;
}
.TagClassName
{
border-color: #808BAC;
}
</style>