Shades of Ship Cove #727D9D
Tints of Ship Cove #727D9D
RGB
CMYK
RGB Variations
Color information
#727D9D (or 0x727D9D) is known color: Ship Cove. HEX triplet: 72, 7D and 9D. RGB value is (114,125,157). Sum of RGB (Red+Green+Blue) = 114+125+157=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #727D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727D9D is #8D8262. Grayscale: #7D7D7D. Windows color (decimal): -9273955 or 10321266. OLE color: 10321266.
HSL color Cylindrical-coordinate representation of color #727D9D: hue angle of 224.65º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727D9D is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 125 | 157 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.38 |
| HSL | 224.65º | 0.18% | 0.53% | - |
| HSV(B) | 224.65º | 0.27% | 0.62% | - |
| XYZ | 20.36 | 20.68 | 34.82 | - |
| YUV | 125.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 157 | 0.27 | 0.20 | 0 | 0.38 | 224.65 | 0.18 | 0.53 |
| Hex | 72 | 7D | 9D | 1B | 14 | 0 | 26 | E1 | 12 | 35 |
| Octal | 162 | 175 | 235 | 33 | 24 | 0 | 46 | 341 | 22 | 65 |
| Binary | 1110010 | 1111101 | 10011101 | 11011 | 10100 | 0 | 100110 | 11100001 | 10010 | 110101 |
Color Harmonies of #727D9D
Complementary color
Monochromatic Colors of #727D9D
Black with #727D9D
Text Example
Text Example
White with #727D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727D9D; }
p { color: rgb(114,125,157); }
H1.HeaderClassName
{
color: #727D9D;
}
.AnyTagClassName
{
color: #727D9D;
}
</style>
background-color css
<style>
a { background-color: #727D9D; }
a { background-color: rgb(114,125,157); }
div.DivClassName
{
background-color: #727D9D;
}
.BgClassName
{
background-color: #727D9D;
}
</style>
border-color css
<style>
span { border-color: #727D9D; }
span { border-color: rgb(114,125,157); }
td.TdClassName
{
border-color: #727D9D;
}
.TagClassName
{
border-color: #727D9D;
}
</style>