Shades of Ship Cove #747A9F
Tints of Ship Cove #747A9F
RGB
CMYK
RGB Variations
Color information
#747A9F (or 0x747A9F) is known color: Ship Cove. HEX triplet: 74, 7A and 9F. RGB value is (116,122,159). Sum of RGB (Red+Green+Blue) = 116+122+159=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #747A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A9F is #8B8560. Grayscale: #7C7C7C. Windows color (decimal): -9143649 or 10451572. OLE color: 10451572.
HSL color Cylindrical-coordinate representation of color #747A9F: hue angle of 231.63º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747A9F is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 122 | 159 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.38 |
| HSL | 231.63º | 0.18% | 0.54% | - |
| HSV(B) | 231.63º | 0.27% | 0.62% | - |
| XYZ | 20.42 | 20.14 | 35.61 | - |
| YUV | 124.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 159 | 0.27 | 0.23 | 0 | 0.38 | 231.63 | 0.18 | 0.54 |
| Hex | 74 | 7A | 9F | 1B | 17 | 0 | 26 | E8 | 12 | 36 |
| Octal | 164 | 172 | 237 | 33 | 27 | 0 | 46 | 350 | 22 | 66 |
| Binary | 1110100 | 1111010 | 10011111 | 11011 | 10111 | 0 | 100110 | 11101000 | 10010 | 110110 |
Color Harmonies of #747A9F
Complementary color
Monochromatic Colors of #747A9F
Black with #747A9F
Text Example
Text Example
White with #747A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A9F; }
p { color: rgb(116,122,159); }
H1.HeaderClassName
{
color: #747A9F;
}
.AnyTagClassName
{
color: #747A9F;
}
</style>
background-color css
<style>
a { background-color: #747A9F; }
a { background-color: rgb(116,122,159); }
div.DivClassName
{
background-color: #747A9F;
}
.BgClassName
{
background-color: #747A9F;
}
</style>
border-color css
<style>
span { border-color: #747A9F; }
span { border-color: rgb(116,122,159); }
td.TdClassName
{
border-color: #747A9F;
}
.TagClassName
{
border-color: #747A9F;
}
</style>