Shades of Ship Cove #8293AB
Tints of Ship Cove #8293AB
RGB
CMYK
RGB Variations
Color information
#8293AB (or 0x8293AB) is known color: Ship Cove. HEX triplet: 82, 93 and AB. RGB value is (130,147,171). Sum of RGB (Red+Green+Blue) = 130+147+171=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #8293AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8293AB is #7D6C54. Grayscale: #909090. Windows color (decimal): -8219733 or 11244418. OLE color: 11244418.
HSL color Cylindrical-coordinate representation of color #8293AB: hue angle of 215.12º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8293AB is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 147 | 171 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.33 |
| HSL | 215.12º | 0.2% | 0.59% | - |
| HSV(B) | 215.12º | 0.24% | 0.67% | - |
| XYZ | 26.99 | 28.55 | 42.62 | - |
| YUV | 144.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 171 | 0.24 | 0.14 | 0 | 0.33 | 215.12 | 0.2 | 0.59 |
| Hex | 82 | 93 | AB | 18 | E | 0 | 21 | D7 | 14 | 3B |
| Octal | 202 | 223 | 253 | 30 | 16 | 0 | 41 | 327 | 24 | 73 |
| Binary | 10000010 | 10010011 | 10101011 | 11000 | 1110 | 0 | 100001 | 11010111 | 10100 | 111011 |
Color Harmonies of #8293AB
Complementary color
Monochromatic Colors of #8293AB
Black with #8293AB
Text Example
Text Example
White with #8293AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8293AB; }
p { color: rgb(130,147,171); }
H1.HeaderClassName
{
color: #8293AB;
}
.AnyTagClassName
{
color: #8293AB;
}
</style>
background-color css
<style>
a { background-color: #8293AB; }
a { background-color: rgb(130,147,171); }
div.DivClassName
{
background-color: #8293AB;
}
.BgClassName
{
background-color: #8293AB;
}
</style>
border-color css
<style>
span { border-color: #8293AB; }
span { border-color: rgb(130,147,171); }
td.TdClassName
{
border-color: #8293AB;
}
.TagClassName
{
border-color: #8293AB;
}
</style>