Shades of Ship Cove #727B9F
Tints of Ship Cove #727B9F
RGB
CMYK
RGB Variations
Color information
#727B9F (or 0x727B9F) is known color: Ship Cove. HEX triplet: 72, 7B and 9F. RGB value is (114,123,159). Sum of RGB (Red+Green+Blue) = 114+123+159=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #727B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B9F is #8D8460. Grayscale: #7C7C7C. Windows color (decimal): -9274465 or 10451826. OLE color: 10451826.
HSL color Cylindrical-coordinate representation of color #727B9F: hue angle of 228º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #727B9F is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 123 | 159 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.38 |
| HSL | 228º | 0.19% | 0.54% | - |
| HSV(B) | 228º | 0.28% | 0.62% | - |
| XYZ | 20.28 | 20.25 | 35.64 | - |
| YUV | 124.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 159 | 0.28 | 0.23 | 0 | 0.38 | 228 | 0.19 | 0.54 |
| Hex | 72 | 7B | 9F | 1C | 17 | 0 | 26 | E4 | 13 | 36 |
| Octal | 162 | 173 | 237 | 34 | 27 | 0 | 46 | 344 | 23 | 66 |
| Binary | 1110010 | 1111011 | 10011111 | 11100 | 10111 | 0 | 100110 | 11100100 | 10011 | 110110 |
Color Harmonies of #727B9F
Complementary color
Monochromatic Colors of #727B9F
Black with #727B9F
Text Example
Text Example
White with #727B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B9F; }
p { color: rgb(114,123,159); }
H1.HeaderClassName
{
color: #727B9F;
}
.AnyTagClassName
{
color: #727B9F;
}
</style>
background-color css
<style>
a { background-color: #727B9F; }
a { background-color: rgb(114,123,159); }
div.DivClassName
{
background-color: #727B9F;
}
.BgClassName
{
background-color: #727B9F;
}
</style>
border-color css
<style>
span { border-color: #727B9F; }
span { border-color: rgb(114,123,159); }
td.TdClassName
{
border-color: #727B9F;
}
.TagClassName
{
border-color: #727B9F;
}
</style>