Shades of Ship Cove #747AA5
Tints of Ship Cove #747AA5
RGB
CMYK
RGB Variations
Color information
#747AA5 (or 0x747AA5) is known color: Ship Cove. HEX triplet: 74, 7A and A5. RGB value is (116,122,165). Sum of RGB (Red+Green+Blue) = 116+122+165=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 165 - color contains mainly: blue. Hex color #747AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AA5 is #8B855A. Grayscale: #7C7C7C. Windows color (decimal): -9143643 or 10844788. OLE color: 10844788.
HSL color Cylindrical-coordinate representation of color #747AA5: hue angle of 232.65º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747AA5 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 122 | 165 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.35 |
| HSL | 232.65º | 0.21% | 0.55% | - |
| HSV(B) | 232.65º | 0.3% | 0.65% | - |
| XYZ | 20.95 | 20.35 | 38.42 | - |
| YUV | 125.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 165 | 0.30 | 0.26 | 0 | 0.35 | 232.65 | 0.21 | 0.55 |
| Hex | 74 | 7A | A5 | 1E | 1A | 0 | 23 | E9 | 15 | 37 |
| Octal | 164 | 172 | 245 | 36 | 32 | 0 | 43 | 351 | 25 | 67 |
| Binary | 1110100 | 1111010 | 10100101 | 11110 | 11010 | 0 | 100011 | 11101001 | 10101 | 110111 |
Color Harmonies of #747AA5
Complementary color
Monochromatic Colors of #747AA5
Black with #747AA5
Text Example
Text Example
White with #747AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747AA5; }
p { color: rgb(116,122,165); }
H1.HeaderClassName
{
color: #747AA5;
}
.AnyTagClassName
{
color: #747AA5;
}
</style>
background-color css
<style>
a { background-color: #747AA5; }
a { background-color: rgb(116,122,165); }
div.DivClassName
{
background-color: #747AA5;
}
.BgClassName
{
background-color: #747AA5;
}
</style>
border-color css
<style>
span { border-color: #747AA5; }
span { border-color: rgb(116,122,165); }
td.TdClassName
{
border-color: #747AA5;
}
.TagClassName
{
border-color: #747AA5;
}
</style>