Shades of Ship Cove #728AAD
Tints of Ship Cove #728AAD
RGB
CMYK
RGB Variations
Color information
#728AAD (or 0x728AAD) is known color: Ship Cove. HEX triplet: 72, 8A and AD. RGB value is (114,138,173). Sum of RGB (Red+Green+Blue) = 114+138+173=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #728AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728AAD is #8D7552. Grayscale: #868686. Windows color (decimal): -9270611 or 11373170. OLE color: 11373170.
HSL color Cylindrical-coordinate representation of color #728AAD: hue angle of 215.59º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728AAD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 138 | 173 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.32 |
| HSL | 215.59º | 0.26% | 0.56% | - |
| HSV(B) | 215.59º | 0.34% | 0.68% | - |
| XYZ | 23.57 | 24.77 | 43.07 | - |
| YUV | 134.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 173 | 0.34 | 0.20 | 0 | 0.32 | 215.59 | 0.26 | 0.56 |
| Hex | 72 | 8A | AD | 22 | 14 | 0 | 20 | D8 | 1A | 38 |
| Octal | 162 | 212 | 255 | 42 | 24 | 0 | 40 | 330 | 32 | 70 |
| Binary | 1110010 | 10001010 | 10101101 | 100010 | 10100 | 0 | 100000 | 11011000 | 11010 | 111000 |
Color Harmonies of #728AAD
Complementary color
Monochromatic Colors of #728AAD
Black with #728AAD
Text Example
Text Example
White with #728AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AAD; }
p { color: rgb(114,138,173); }
H1.HeaderClassName
{
color: #728AAD;
}
.AnyTagClassName
{
color: #728AAD;
}
</style>
background-color css
<style>
a { background-color: #728AAD; }
a { background-color: rgb(114,138,173); }
div.DivClassName
{
background-color: #728AAD;
}
.BgClassName
{
background-color: #728AAD;
}
</style>
border-color css
<style>
span { border-color: #728AAD; }
span { border-color: rgb(114,138,173); }
td.TdClassName
{
border-color: #728AAD;
}
.TagClassName
{
border-color: #728AAD;
}
</style>