Shades of Ship Cove #728DAD
Tints of Ship Cove #728DAD
RGB
CMYK
RGB Variations
Color information
#728DAD (or 0x728DAD) is known color: Ship Cove. HEX triplet: 72, 8D and AD. RGB value is (114,141,173). Sum of RGB (Red+Green+Blue) = 114+141+173=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #728DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAD is #8D7252. Grayscale: #888888. Windows color (decimal): -9269843 or 11373938. OLE color: 11373938.
HSL color Cylindrical-coordinate representation of color #728DAD: hue angle of 212.54º 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 #728DAD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 141 | 173 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.32 |
| HSL | 212.54º | 0.26% | 0.56% | - |
| HSV(B) | 212.54º | 0.34% | 0.68% | - |
| XYZ | 24.01 | 25.64 | 43.22 | - |
| YUV | 136.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 173 | 0.34 | 0.18 | 0 | 0.32 | 212.54 | 0.26 | 0.56 |
| Hex | 72 | 8D | AD | 22 | 12 | 0 | 20 | D5 | 1A | 38 |
| Octal | 162 | 215 | 255 | 42 | 22 | 0 | 40 | 325 | 32 | 70 |
| Binary | 1110010 | 10001101 | 10101101 | 100010 | 10010 | 0 | 100000 | 11010101 | 11010 | 111000 |
Color Harmonies of #728DAD
Complementary color
Monochromatic Colors of #728DAD
Black with #728DAD
Text Example
Text Example
White with #728DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DAD; }
p { color: rgb(114,141,173); }
H1.HeaderClassName
{
color: #728DAD;
}
.AnyTagClassName
{
color: #728DAD;
}
</style>
background-color css
<style>
a { background-color: #728DAD; }
a { background-color: rgb(114,141,173); }
div.DivClassName
{
background-color: #728DAD;
}
.BgClassName
{
background-color: #728DAD;
}
</style>
border-color css
<style>
span { border-color: #728DAD; }
span { border-color: rgb(114,141,173); }
td.TdClassName
{
border-color: #728DAD;
}
.TagClassName
{
border-color: #728DAD;
}
</style>