Shades of Ship Cove #747B9D
Tints of Ship Cove #747B9D
RGB
CMYK
RGB Variations
Color information
#747B9D (or 0x747B9D) is known color: Ship Cove. HEX triplet: 74, 7B and 9D. RGB value is (116,123,157). Sum of RGB (Red+Green+Blue) = 116+123+157=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 123 (48.44% from 255 or 31.06% 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 #747B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B9D is #8B8462. Grayscale: #7C7C7C. Windows color (decimal): -9143395 or 10320756. OLE color: 10320756.
HSL color Cylindrical-coordinate representation of color #747B9D: hue angle of 229.76º 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 #747B9D is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 123 | 157 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.38 |
| HSL | 229.76º | 0.17% | 0.54% | - |
| HSV(B) | 229.76º | 0.26% | 0.62% | - |
| XYZ | 20.37 | 20.31 | 34.75 | - |
| YUV | 124.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 157 | 0.26 | 0.22 | 0 | 0.38 | 229.76 | 0.17 | 0.54 |
| Hex | 74 | 7B | 9D | 1A | 16 | 0 | 26 | E6 | 11 | 36 |
| Octal | 164 | 173 | 235 | 32 | 26 | 0 | 46 | 346 | 21 | 66 |
| Binary | 1110100 | 1111011 | 10011101 | 11010 | 10110 | 0 | 100110 | 11100110 | 10001 | 110110 |
Color Harmonies of #747B9D
Complementary color
Monochromatic Colors of #747B9D
Black with #747B9D
Text Example
Text Example
White with #747B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B9D; }
p { color: rgb(116,123,157); }
H1.HeaderClassName
{
color: #747B9D;
}
.AnyTagClassName
{
color: #747B9D;
}
</style>
background-color css
<style>
a { background-color: #747B9D; }
a { background-color: rgb(116,123,157); }
div.DivClassName
{
background-color: #747B9D;
}
.BgClassName
{
background-color: #747B9D;
}
</style>
border-color css
<style>
span { border-color: #747B9D; }
span { border-color: rgb(116,123,157); }
td.TdClassName
{
border-color: #747B9D;
}
.TagClassName
{
border-color: #747B9D;
}
</style>