Shades of Ship Cove #728BB5
Tints of Ship Cove #728BB5
RGB
CMYK
RGB Variations
Color information
#728BB5 (or 0x728BB5) is known color: Ship Cove. HEX triplet: 72, 8B and B5. RGB value is (114,139,181). Sum of RGB (Red+Green+Blue) = 114+139+181=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #728BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BB5 is #8D744A. Grayscale: #888888. Windows color (decimal): -9270347 or 11897714. OLE color: 11897714.
HSL color Cylindrical-coordinate representation of color #728BB5: hue angle of 217.61º 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 #728BB5 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 139 | 181 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.29 |
| HSL | 217.61º | 0.31% | 0.58% | - |
| HSV(B) | 217.61º | 0.37% | 0.71% | - |
| XYZ | 24.51 | 25.38 | 47.32 | - |
| YUV | 136.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 181 | 0.37 | 0.23 | 0 | 0.29 | 217.61 | 0.31 | 0.58 |
| Hex | 72 | 8B | B5 | 25 | 17 | 0 | 1D | DA | 1F | 3A |
| Octal | 162 | 213 | 265 | 45 | 27 | 0 | 35 | 332 | 37 | 72 |
| Binary | 1110010 | 10001011 | 10110101 | 100101 | 10111 | 0 | 11101 | 11011010 | 11111 | 111010 |
Color Harmonies of #728BB5
Complementary color
Monochromatic Colors of #728BB5
Black with #728BB5
Text Example
Text Example
White with #728BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BB5; }
p { color: rgb(114,139,181); }
H1.HeaderClassName
{
color: #728BB5;
}
.AnyTagClassName
{
color: #728BB5;
}
</style>
background-color css
<style>
a { background-color: #728BB5; }
a { background-color: rgb(114,139,181); }
div.DivClassName
{
background-color: #728BB5;
}
.BgClassName
{
background-color: #728BB5;
}
</style>
border-color css
<style>
span { border-color: #728BB5; }
span { border-color: rgb(114,139,181); }
td.TdClassName
{
border-color: #728BB5;
}
.TagClassName
{
border-color: #728BB5;
}
</style>