Shades of Ship Cove #727CA6
Tints of Ship Cove #727CA6
RGB
CMYK
RGB Variations
Color information
#727CA6 (or 0x727CA6) is known color: Ship Cove. HEX triplet: 72, 7C and A6. RGB value is (114,124,166). Sum of RGB (Red+Green+Blue) = 114+124+166=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 166 - color contains mainly: blue. Hex color #727CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727CA6 is #8D8359. Grayscale: #7D7D7D. Windows color (decimal): -9274202 or 10910834. OLE color: 10910834.
HSL color Cylindrical-coordinate representation of color #727CA6: hue angle of 228.46º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #727CA6 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 124 | 166 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.35 |
| HSL | 228.46º | 0.23% | 0.55% | - |
| HSV(B) | 228.46º | 0.31% | 0.65% | - |
| XYZ | 21.03 | 20.75 | 38.97 | - |
| YUV | 125.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 166 | 0.31 | 0.25 | 0 | 0.35 | 228.46 | 0.23 | 0.55 |
| Hex | 72 | 7C | A6 | 1F | 19 | 0 | 23 | E4 | 17 | 37 |
| Octal | 162 | 174 | 246 | 37 | 31 | 0 | 43 | 344 | 27 | 67 |
| Binary | 1110010 | 1111100 | 10100110 | 11111 | 11001 | 0 | 100011 | 11100100 | 10111 | 110111 |
Color Harmonies of #727CA6
Complementary color
Monochromatic Colors of #727CA6
Black with #727CA6
Text Example
Text Example
White with #727CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CA6; }
p { color: rgb(114,124,166); }
H1.HeaderClassName
{
color: #727CA6;
}
.AnyTagClassName
{
color: #727CA6;
}
</style>
background-color css
<style>
a { background-color: #727CA6; }
a { background-color: rgb(114,124,166); }
div.DivClassName
{
background-color: #727CA6;
}
.BgClassName
{
background-color: #727CA6;
}
</style>
border-color css
<style>
span { border-color: #727CA6; }
span { border-color: rgb(114,124,166); }
td.TdClassName
{
border-color: #727CA6;
}
.TagClassName
{
border-color: #727CA6;
}
</style>