Shades of Ship Cove #7284A4
Tints of Ship Cove #7284A4
RGB
CMYK
RGB Variations
Color information
#7284A4 (or 0x7284A4) is known color: Ship Cove. HEX triplet: 72, 84 and A4. RGB value is (114,132,164). Sum of RGB (Red+Green+Blue) = 114+132+164=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 164 - color contains mainly: blue. Hex color #7284A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7284A4 is #8D7B5B. Grayscale: #828282. Windows color (decimal): -9272156 or 10781810. OLE color: 10781810.
HSL color Cylindrical-coordinate representation of color #7284A4: hue angle of 218.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7284A4 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 132 | 164 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.36 |
| HSL | 218.4º | 0.22% | 0.55% | - |
| HSV(B) | 218.4º | 0.3% | 0.64% | - |
| XYZ | 21.89 | 22.76 | 38.36 | - |
| YUV | 130.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 164 | 0.30 | 0.20 | 0 | 0.36 | 218.4 | 0.22 | 0.55 |
| Hex | 72 | 84 | A4 | 1E | 14 | 0 | 24 | DA | 16 | 37 |
| Octal | 162 | 204 | 244 | 36 | 24 | 0 | 44 | 332 | 26 | 67 |
| Binary | 1110010 | 10000100 | 10100100 | 11110 | 10100 | 0 | 100100 | 11011010 | 10110 | 110111 |
Color Harmonies of #7284A4
Complementary color
Monochromatic Colors of #7284A4
Black with #7284A4
Text Example
Text Example
White with #7284A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284A4; }
p { color: rgb(114,132,164); }
H1.HeaderClassName
{
color: #7284A4;
}
.AnyTagClassName
{
color: #7284A4;
}
</style>
background-color css
<style>
a { background-color: #7284A4; }
a { background-color: rgb(114,132,164); }
div.DivClassName
{
background-color: #7284A4;
}
.BgClassName
{
background-color: #7284A4;
}
</style>
border-color css
<style>
span { border-color: #7284A4; }
span { border-color: rgb(114,132,164); }
td.TdClassName
{
border-color: #7284A4;
}
.TagClassName
{
border-color: #7284A4;
}
</style>