Shades of Ship Cove #737E9F
Tints of Ship Cove #737E9F
RGB
CMYK
RGB Variations
Color information
#737E9F (or 0x737E9F) is known color: Ship Cove. HEX triplet: 73, 7E and 9F. RGB value is (115,126,159). Sum of RGB (Red+Green+Blue) = 115+126+159=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #737E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737E9F is #8C8160. Grayscale: #7E7E7E. Windows color (decimal): -9208161 or 10452595. OLE color: 10452595.
HSL color Cylindrical-coordinate representation of color #737E9F: hue angle of 225º 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 #737E9F is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 126 | 159 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.38 |
| HSL | 225º | 0.19% | 0.54% | - |
| HSV(B) | 225º | 0.28% | 0.62% | - |
| XYZ | 20.79 | 21.07 | 35.77 | - |
| YUV | 126.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 159 | 0.28 | 0.21 | 0 | 0.38 | 225 | 0.19 | 0.54 |
| Hex | 73 | 7E | 9F | 1C | 15 | 0 | 26 | E1 | 13 | 36 |
| Octal | 163 | 176 | 237 | 34 | 25 | 0 | 46 | 341 | 23 | 66 |
| Binary | 1110011 | 1111110 | 10011111 | 11100 | 10101 | 0 | 100110 | 11100001 | 10011 | 110110 |
Color Harmonies of #737E9F
Complementary color
Monochromatic Colors of #737E9F
Black with #737E9F
Text Example
Text Example
White with #737E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E9F; }
p { color: rgb(115,126,159); }
H1.HeaderClassName
{
color: #737E9F;
}
.AnyTagClassName
{
color: #737E9F;
}
</style>
background-color css
<style>
a { background-color: #737E9F; }
a { background-color: rgb(115,126,159); }
div.DivClassName
{
background-color: #737E9F;
}
.BgClassName
{
background-color: #737E9F;
}
</style>
border-color css
<style>
span { border-color: #737E9F; }
span { border-color: rgb(115,126,159); }
td.TdClassName
{
border-color: #737E9F;
}
.TagClassName
{
border-color: #737E9F;
}
</style>