Shades of Ship Cove #747A9D
Tints of Ship Cove #747A9D
RGB
CMYK
RGB Variations
Color information
#747A9D (or 0x747A9D) is known color: Ship Cove. HEX triplet: 74, 7A and 9D. RGB value is (116,122,157). Sum of RGB (Red+Green+Blue) = 116+122+157=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #747A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A9D is #8B8562. Grayscale: #7C7C7C. Windows color (decimal): -9143651 or 10320500. OLE color: 10320500.
HSL color Cylindrical-coordinate representation of color #747A9D: hue angle of 231.22º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #747A9D is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 122 | 157 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.38 |
| HSL | 231.22º | 0.17% | 0.54% | - |
| HSV(B) | 231.22º | 0.26% | 0.62% | - |
| XYZ | 20.25 | 20.07 | 34.7 | - |
| YUV | 124.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 157 | 0.26 | 0.22 | 0 | 0.38 | 231.22 | 0.17 | 0.54 |
| Hex | 74 | 7A | 9D | 1A | 16 | 0 | 26 | E7 | 11 | 36 |
| Octal | 164 | 172 | 235 | 32 | 26 | 0 | 46 | 347 | 21 | 66 |
| Binary | 1110100 | 1111010 | 10011101 | 11010 | 10110 | 0 | 100110 | 11100111 | 10001 | 110110 |
Color Harmonies of #747A9D
Complementary color
Monochromatic Colors of #747A9D
Black with #747A9D
Text Example
Text Example
White with #747A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A9D; }
p { color: rgb(116,122,157); }
H1.HeaderClassName
{
color: #747A9D;
}
.AnyTagClassName
{
color: #747A9D;
}
</style>
background-color css
<style>
a { background-color: #747A9D; }
a { background-color: rgb(116,122,157); }
div.DivClassName
{
background-color: #747A9D;
}
.BgClassName
{
background-color: #747A9D;
}
</style>
border-color css
<style>
span { border-color: #747A9D; }
span { border-color: rgb(116,122,157); }
td.TdClassName
{
border-color: #747A9D;
}
.TagClassName
{
border-color: #747A9D;
}
</style>