Shades of Ship Cove #728CB4
Tints of Ship Cove #728CB4
RGB
CMYK
RGB Variations
Color information
#728CB4 (or 0x728CB4) is known color: Ship Cove. HEX triplet: 72, 8C and B4. RGB value is (114,140,180). Sum of RGB (Red+Green+Blue) = 114+140+180=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #728CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CB4 is #8D734B. Grayscale: #888888. Windows color (decimal): -9270092 or 11832434. OLE color: 11832434.
HSL color Cylindrical-coordinate representation of color #728CB4: hue angle of 216.36º 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 #728CB4 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 140 | 180 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.29 |
| HSL | 216.36º | 0.31% | 0.58% | - |
| HSV(B) | 216.36º | 0.37% | 0.71% | - |
| XYZ | 24.56 | 25.63 | 46.83 | - |
| YUV | 136.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 180 | 0.37 | 0.22 | 0 | 0.29 | 216.36 | 0.31 | 0.58 |
| Hex | 72 | 8C | B4 | 25 | 16 | 0 | 1D | D8 | 1F | 3A |
| Octal | 162 | 214 | 264 | 45 | 26 | 0 | 35 | 330 | 37 | 72 |
| Binary | 1110010 | 10001100 | 10110100 | 100101 | 10110 | 0 | 11101 | 11011000 | 11111 | 111010 |
Color Harmonies of #728CB4
Complementary color
Monochromatic Colors of #728CB4
Black with #728CB4
Text Example
Text Example
White with #728CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CB4; }
p { color: rgb(114,140,180); }
H1.HeaderClassName
{
color: #728CB4;
}
.AnyTagClassName
{
color: #728CB4;
}
</style>
background-color css
<style>
a { background-color: #728CB4; }
a { background-color: rgb(114,140,180); }
div.DivClassName
{
background-color: #728CB4;
}
.BgClassName
{
background-color: #728CB4;
}
</style>
border-color css
<style>
span { border-color: #728CB4; }
span { border-color: rgb(114,140,180); }
td.TdClassName
{
border-color: #728CB4;
}
.TagClassName
{
border-color: #728CB4;
}
</style>