Shades of Ship Cove #747B9E
Tints of Ship Cove #747B9E
RGB
CMYK
RGB Variations
Color information
#747B9E (or 0x747B9E) is known color: Ship Cove. HEX triplet: 74, 7B and 9E. RGB value is (116,123,158). Sum of RGB (Red+Green+Blue) = 116+123+158=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #747B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B9E is #8B8461. Grayscale: #7C7C7C. Windows color (decimal): -9143394 or 10386292. OLE color: 10386292.
HSL color Cylindrical-coordinate representation of color #747B9E: hue angle of 230º 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 #747B9E is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 123 | 158 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.38 |
| HSL | 230º | 0.18% | 0.54% | - |
| HSV(B) | 230º | 0.27% | 0.62% | - |
| XYZ | 20.46 | 20.35 | 35.2 | - |
| YUV | 124.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 158 | 0.27 | 0.22 | 0 | 0.38 | 230 | 0.18 | 0.54 |
| Hex | 74 | 7B | 9E | 1B | 16 | 0 | 26 | E6 | 12 | 36 |
| Octal | 164 | 173 | 236 | 33 | 26 | 0 | 46 | 346 | 22 | 66 |
| Binary | 1110100 | 1111011 | 10011110 | 11011 | 10110 | 0 | 100110 | 11100110 | 10010 | 110110 |
Color Harmonies of #747B9E
Complementary color
Monochromatic Colors of #747B9E
Black with #747B9E
Text Example
Text Example
White with #747B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B9E; }
p { color: rgb(116,123,158); }
H1.HeaderClassName
{
color: #747B9E;
}
.AnyTagClassName
{
color: #747B9E;
}
</style>
background-color css
<style>
a { background-color: #747B9E; }
a { background-color: rgb(116,123,158); }
div.DivClassName
{
background-color: #747B9E;
}
.BgClassName
{
background-color: #747B9E;
}
</style>
border-color css
<style>
span { border-color: #747B9E; }
span { border-color: rgb(116,123,158); }
td.TdClassName
{
border-color: #747B9E;
}
.TagClassName
{
border-color: #747B9E;
}
</style>