Shades of Ship Cove #728FAF
Tints of Ship Cove #728FAF
RGB
CMYK
RGB Variations
Color information
#728FAF (or 0x728FAF) is known color: Ship Cove. HEX triplet: 72, 8F and AF. RGB value is (114,143,175). Sum of RGB (Red+Green+Blue) = 114+143+175=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #728FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728FAF is #8D7050. Grayscale: #898989. Windows color (decimal): -9269329 or 11505522. OLE color: 11505522.
HSL color Cylindrical-coordinate representation of color #728FAF: hue angle of 211.48º 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 #728FAF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 143 | 175 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.31 |
| HSL | 211.48º | 0.28% | 0.57% | - |
| HSV(B) | 211.48º | 0.35% | 0.69% | - |
| XYZ | 24.5 | 26.32 | 44.35 | - |
| YUV | 137.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 175 | 0.35 | 0.18 | 0 | 0.31 | 211.48 | 0.28 | 0.57 |
| Hex | 72 | 8F | AF | 23 | 12 | 0 | 1F | D3 | 1C | 39 |
| Octal | 162 | 217 | 257 | 43 | 22 | 0 | 37 | 323 | 34 | 71 |
| Binary | 1110010 | 10001111 | 10101111 | 100011 | 10010 | 0 | 11111 | 11010011 | 11100 | 111001 |
Color Harmonies of #728FAF
Complementary color
Monochromatic Colors of #728FAF
Black with #728FAF
Text Example
Text Example
White with #728FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FAF; }
p { color: rgb(114,143,175); }
H1.HeaderClassName
{
color: #728FAF;
}
.AnyTagClassName
{
color: #728FAF;
}
</style>
background-color css
<style>
a { background-color: #728FAF; }
a { background-color: rgb(114,143,175); }
div.DivClassName
{
background-color: #728FAF;
}
.BgClassName
{
background-color: #728FAF;
}
</style>
border-color css
<style>
span { border-color: #728FAF; }
span { border-color: rgb(114,143,175); }
td.TdClassName
{
border-color: #728FAF;
}
.TagClassName
{
border-color: #728FAF;
}
</style>