Shades of Ship Cove #8093AD
Tints of Ship Cove #8093AD
RGB
CMYK
RGB Variations
Color information
#8093AD (or 0x8093AD) is known color: Ship Cove. HEX triplet: 80, 93 and AD. RGB value is (128,147,173). Sum of RGB (Red+Green+Blue) = 128+147+173=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #8093AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8093AD is #7F6C52. Grayscale: #909090. Windows color (decimal): -8350803 or 11375488. OLE color: 11375488.
HSL color Cylindrical-coordinate representation of color #8093AD: hue angle of 214.67º 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 #8093AD is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 147 | 173 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.32 |
| HSL | 214.67º | 0.22% | 0.59% | - |
| HSV(B) | 214.67º | 0.26% | 0.68% | - |
| XYZ | 26.88 | 28.47 | 43.61 | - |
| YUV | 144.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 147 | 173 | 0.26 | 0.15 | 0 | 0.32 | 214.67 | 0.22 | 0.59 |
| Hex | 80 | 93 | AD | 1A | F | 0 | 20 | D7 | 16 | 3B |
| Octal | 200 | 223 | 255 | 32 | 17 | 0 | 40 | 327 | 26 | 73 |
| Binary | 10000000 | 10010011 | 10101101 | 11010 | 1111 | 0 | 100000 | 11010111 | 10110 | 111011 |
Color Harmonies of #8093AD
Complementary color
Monochromatic Colors of #8093AD
Black with #8093AD
Text Example
Text Example
White with #8093AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8093AD; }
p { color: rgb(128,147,173); }
H1.HeaderClassName
{
color: #8093AD;
}
.AnyTagClassName
{
color: #8093AD;
}
</style>
background-color css
<style>
a { background-color: #8093AD; }
a { background-color: rgb(128,147,173); }
div.DivClassName
{
background-color: #8093AD;
}
.BgClassName
{
background-color: #8093AD;
}
</style>
border-color css
<style>
span { border-color: #8093AD; }
span { border-color: rgb(128,147,173); }
td.TdClassName
{
border-color: #8093AD;
}
.TagClassName
{
border-color: #8093AD;
}
</style>