Shades of Ship Cove #728DB4
Tints of Ship Cove #728DB4
RGB
CMYK
RGB Variations
Color information
#728DB4 (or 0x728DB4) is known color: Ship Cove. HEX triplet: 72, 8D and B4. RGB value is (114,141,180). Sum of RGB (Red+Green+Blue) = 114+141+180=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #728DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DB4 is #8D724B. Grayscale: #898989. Windows color (decimal): -9269836 or 11832690. OLE color: 11832690.
HSL color Cylindrical-coordinate representation of color #728DB4: hue angle of 215.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #728DB4 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 141 | 180 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.29 |
| HSL | 215.45º | 0.31% | 0.58% | - |
| HSV(B) | 215.45º | 0.37% | 0.71% | - |
| XYZ | 24.7 | 25.92 | 46.88 | - |
| YUV | 137.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 180 | 0.37 | 0.22 | 0 | 0.29 | 215.45 | 0.31 | 0.58 |
| Hex | 72 | 8D | B4 | 25 | 16 | 0 | 1D | D7 | 1F | 3A |
| Octal | 162 | 215 | 264 | 45 | 26 | 0 | 35 | 327 | 37 | 72 |
| Binary | 1110010 | 10001101 | 10110100 | 100101 | 10110 | 0 | 11101 | 11010111 | 11111 | 111010 |
Color Harmonies of #728DB4
Complementary color
Monochromatic Colors of #728DB4
Black with #728DB4
Text Example
Text Example
White with #728DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DB4; }
p { color: rgb(114,141,180); }
H1.HeaderClassName
{
color: #728DB4;
}
.AnyTagClassName
{
color: #728DB4;
}
</style>
background-color css
<style>
a { background-color: #728DB4; }
a { background-color: rgb(114,141,180); }
div.DivClassName
{
background-color: #728DB4;
}
.BgClassName
{
background-color: #728DB4;
}
</style>
border-color css
<style>
span { border-color: #728DB4; }
span { border-color: rgb(114,141,180); }
td.TdClassName
{
border-color: #728DB4;
}
.TagClassName
{
border-color: #728DB4;
}
</style>