Shades of Ship Cove #7584A4
Tints of Ship Cove #7584A4
RGB
CMYK
RGB Variations
Color information
#7584A4 (or 0x7584A4) is known color: Ship Cove. HEX triplet: 75, 84 and A4. RGB value is (117,132,164). Sum of RGB (Red+Green+Blue) = 117+132+164=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 164 - color contains mainly: blue. Hex color #7584A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7584A4 is #8A7B5B. Grayscale: #838383. Windows color (decimal): -9075548 or 10781813. OLE color: 10781813.
HSL color Cylindrical-coordinate representation of color #7584A4: hue angle of 220.85º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7584A4 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 132 | 164 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.36 |
| HSL | 220.85º | 0.21% | 0.55% | - |
| HSV(B) | 220.85º | 0.29% | 0.64% | - |
| XYZ | 22.29 | 22.96 | 38.38 | - |
| YUV | 131.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 164 | 0.29 | 0.20 | 0 | 0.36 | 220.85 | 0.21 | 0.55 |
| Hex | 75 | 84 | A4 | 1D | 14 | 0 | 24 | DD | 15 | 37 |
| Octal | 165 | 204 | 244 | 35 | 24 | 0 | 44 | 335 | 25 | 67 |
| Binary | 1110101 | 10000100 | 10100100 | 11101 | 10100 | 0 | 100100 | 11011101 | 10101 | 110111 |
Color Harmonies of #7584A4
Complementary color
Monochromatic Colors of #7584A4
Black with #7584A4
Text Example
Text Example
White with #7584A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7584A4; }
p { color: rgb(117,132,164); }
H1.HeaderClassName
{
color: #7584A4;
}
.AnyTagClassName
{
color: #7584A4;
}
</style>
background-color css
<style>
a { background-color: #7584A4; }
a { background-color: rgb(117,132,164); }
div.DivClassName
{
background-color: #7584A4;
}
.BgClassName
{
background-color: #7584A4;
}
</style>
border-color css
<style>
span { border-color: #7584A4; }
span { border-color: rgb(117,132,164); }
td.TdClassName
{
border-color: #7584A4;
}
.TagClassName
{
border-color: #7584A4;
}
</style>