Shades of Ship Cove #7284A6
Tints of Ship Cove #7284A6
RGB
CMYK
RGB Variations
Color information
#7284A6 (or 0x7284A6) is known color: Ship Cove. HEX triplet: 72, 84 and A6. RGB value is (114,132,166). Sum of RGB (Red+Green+Blue) = 114+132+166=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 166 - color contains mainly: blue. Hex color #7284A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7284A6 is #8D7B59. Grayscale: #828282. Windows color (decimal): -9272154 or 10912882. OLE color: 10912882.
HSL color Cylindrical-coordinate representation of color #7284A6: hue angle of 219.23º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7284A6 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 132 | 166 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.35 |
| HSL | 219.23º | 0.23% | 0.55% | - |
| HSV(B) | 219.23º | 0.31% | 0.65% | - |
| XYZ | 22.07 | 22.83 | 39.32 | - |
| YUV | 130.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 166 | 0.31 | 0.20 | 0 | 0.35 | 219.23 | 0.23 | 0.55 |
| Hex | 72 | 84 | A6 | 1F | 14 | 0 | 23 | DB | 17 | 37 |
| Octal | 162 | 204 | 246 | 37 | 24 | 0 | 43 | 333 | 27 | 67 |
| Binary | 1110010 | 10000100 | 10100110 | 11111 | 10100 | 0 | 100011 | 11011011 | 10111 | 110111 |
Color Harmonies of #7284A6
Complementary color
Monochromatic Colors of #7284A6
Black with #7284A6
Text Example
Text Example
White with #7284A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7284A6; }
p { color: rgb(114,132,166); }
H1.HeaderClassName
{
color: #7284A6;
}
.AnyTagClassName
{
color: #7284A6;
}
</style>
background-color css
<style>
a { background-color: #7284A6; }
a { background-color: rgb(114,132,166); }
div.DivClassName
{
background-color: #7284A6;
}
.BgClassName
{
background-color: #7284A6;
}
</style>
border-color css
<style>
span { border-color: #7284A6; }
span { border-color: rgb(114,132,166); }
td.TdClassName
{
border-color: #7284A6;
}
.TagClassName
{
border-color: #7284A6;
}
</style>