Shades of Ship Cove #727DA1
Tints of Ship Cove #727DA1
RGB
CMYK
RGB Variations
Color information
#727DA1 (or 0x727DA1) is known color: Ship Cove. HEX triplet: 72, 7D and A1. RGB value is (114,125,161). Sum of RGB (Red+Green+Blue) = 114+125+161=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #727DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DA1 is #8D825E. Grayscale: #7D7D7D. Windows color (decimal): -9273951 or 10583410. OLE color: 10583410.
HSL color Cylindrical-coordinate representation of color #727DA1: hue angle of 225.96º degrees, saturation: 0.2, 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 #727DA1 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 125 | 161 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.37 |
| HSL | 225.96º | 0.2% | 0.54% | - |
| HSV(B) | 225.96º | 0.29% | 0.63% | - |
| XYZ | 20.71 | 20.82 | 36.65 | - |
| YUV | 125.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 161 | 0.29 | 0.22 | 0 | 0.37 | 225.96 | 0.2 | 0.54 |
| Hex | 72 | 7D | A1 | 1D | 16 | 0 | 25 | E2 | 14 | 36 |
| Octal | 162 | 175 | 241 | 35 | 26 | 0 | 45 | 342 | 24 | 66 |
| Binary | 1110010 | 1111101 | 10100001 | 11101 | 10110 | 0 | 100101 | 11100010 | 10100 | 110110 |
Color Harmonies of #727DA1
Complementary color
Monochromatic Colors of #727DA1
Black with #727DA1
Text Example
Text Example
White with #727DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727DA1; }
p { color: rgb(114,125,161); }
H1.HeaderClassName
{
color: #727DA1;
}
.AnyTagClassName
{
color: #727DA1;
}
</style>
background-color css
<style>
a { background-color: #727DA1; }
a { background-color: rgb(114,125,161); }
div.DivClassName
{
background-color: #727DA1;
}
.BgClassName
{
background-color: #727DA1;
}
</style>
border-color css
<style>
span { border-color: #727DA1; }
span { border-color: rgb(114,125,161); }
td.TdClassName
{
border-color: #727DA1;
}
.TagClassName
{
border-color: #727DA1;
}
</style>