Shades of Ship Cove #728DAF
Tints of Ship Cove #728DAF
RGB
CMYK
RGB Variations
Color information
#728DAF (or 0x728DAF) is known color: Ship Cove. HEX triplet: 72, 8D and AF. RGB value is (114,141,175). Sum of RGB (Red+Green+Blue) = 114+141+175=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #728DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728DAF is #8D7250. Grayscale: #888888. Windows color (decimal): -9269841 or 11505010. OLE color: 11505010.
HSL color Cylindrical-coordinate representation of color #728DAF: hue angle of 213.44º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #728DAF is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 141 | 175 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.31 |
| HSL | 213.44º | 0.28% | 0.57% | - |
| HSV(B) | 213.44º | 0.35% | 0.69% | - |
| XYZ | 24.2 | 25.72 | 44.25 | - |
| YUV | 136.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 175 | 0.35 | 0.19 | 0 | 0.31 | 213.44 | 0.28 | 0.57 |
| Hex | 72 | 8D | AF | 23 | 13 | 0 | 1F | D5 | 1C | 39 |
| Octal | 162 | 215 | 257 | 43 | 23 | 0 | 37 | 325 | 34 | 71 |
| Binary | 1110010 | 10001101 | 10101111 | 100011 | 10011 | 0 | 11111 | 11010101 | 11100 | 111001 |
Color Harmonies of #728DAF
Complementary color
Monochromatic Colors of #728DAF
Black with #728DAF
Text Example
Text Example
White with #728DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DAF; }
p { color: rgb(114,141,175); }
H1.HeaderClassName
{
color: #728DAF;
}
.AnyTagClassName
{
color: #728DAF;
}
</style>
background-color css
<style>
a { background-color: #728DAF; }
a { background-color: rgb(114,141,175); }
div.DivClassName
{
background-color: #728DAF;
}
.BgClassName
{
background-color: #728DAF;
}
</style>
border-color css
<style>
span { border-color: #728DAF; }
span { border-color: rgb(114,141,175); }
td.TdClassName
{
border-color: #728DAF;
}
.TagClassName
{
border-color: #728DAF;
}
</style>