Shades of Ship Cove #727BA0
Tints of Ship Cove #727BA0
RGB
CMYK
RGB Variations
Color information
#727BA0 (or 0x727BA0) is known color: Ship Cove. HEX triplet: 72, 7B and A0. RGB value is (114,123,160). Sum of RGB (Red+Green+Blue) = 114+123+160=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #727BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727BA0 is #8D845F. Grayscale: #7C7C7C. Windows color (decimal): -9274464 or 10517362. OLE color: 10517362.
HSL color Cylindrical-coordinate representation of color #727BA0: hue angle of 228.26º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #727BA0 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 123 | 160 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.37 |
| HSL | 228.26º | 0.19% | 0.54% | - |
| HSV(B) | 228.26º | 0.29% | 0.63% | - |
| XYZ | 20.37 | 20.28 | 36.1 | - |
| YUV | 124.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 160 | 0.29 | 0.23 | 0 | 0.37 | 228.26 | 0.19 | 0.54 |
| Hex | 72 | 7B | A0 | 1D | 17 | 0 | 25 | E4 | 13 | 36 |
| Octal | 162 | 173 | 240 | 35 | 27 | 0 | 45 | 344 | 23 | 66 |
| Binary | 1110010 | 1111011 | 10100000 | 11101 | 10111 | 0 | 100101 | 11100100 | 10011 | 110110 |
Color Harmonies of #727BA0
Complementary color
Monochromatic Colors of #727BA0
Black with #727BA0
Text Example
Text Example
White with #727BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BA0; }
p { color: rgb(114,123,160); }
H1.HeaderClassName
{
color: #727BA0;
}
.AnyTagClassName
{
color: #727BA0;
}
</style>
background-color css
<style>
a { background-color: #727BA0; }
a { background-color: rgb(114,123,160); }
div.DivClassName
{
background-color: #727BA0;
}
.BgClassName
{
background-color: #727BA0;
}
</style>
border-color css
<style>
span { border-color: #727BA0; }
span { border-color: rgb(114,123,160); }
td.TdClassName
{
border-color: #727BA0;
}
.TagClassName
{
border-color: #727BA0;
}
</style>