Shades of Ship Cove #7282AA
Tints of Ship Cove #7282AA
RGB
CMYK
RGB Variations
Color information
#7282AA (or 0x7282AA) is known color: Ship Cove. HEX triplet: 72, 82 and AA. RGB value is (114,130,170). Sum of RGB (Red+Green+Blue) = 114+130+170=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #7282AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7282AA is #8D7D55. Grayscale: #818181. Windows color (decimal): -9272662 or 11174514. OLE color: 11174514.
HSL color Cylindrical-coordinate representation of color #7282AA: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7282AA is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 130 | 170 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.33 |
| HSL | 222.86º | 0.25% | 0.56% | - |
| HSV(B) | 222.86º | 0.33% | 0.67% | - |
| XYZ | 22.18 | 22.44 | 41.19 | - |
| YUV | 129.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 170 | 0.33 | 0.24 | 0 | 0.33 | 222.86 | 0.25 | 0.56 |
| Hex | 72 | 82 | AA | 21 | 18 | 0 | 21 | DF | 19 | 38 |
| Octal | 162 | 202 | 252 | 41 | 30 | 0 | 41 | 337 | 31 | 70 |
| Binary | 1110010 | 10000010 | 10101010 | 100001 | 11000 | 0 | 100001 | 11011111 | 11001 | 111000 |
Color Harmonies of #7282AA
Complementary color
Monochromatic Colors of #7282AA
Black with #7282AA
Text Example
Text Example
White with #7282AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282AA; }
p { color: rgb(114,130,170); }
H1.HeaderClassName
{
color: #7282AA;
}
.AnyTagClassName
{
color: #7282AA;
}
</style>
background-color css
<style>
a { background-color: #7282AA; }
a { background-color: rgb(114,130,170); }
div.DivClassName
{
background-color: #7282AA;
}
.BgClassName
{
background-color: #7282AA;
}
</style>
border-color css
<style>
span { border-color: #7282AA; }
span { border-color: rgb(114,130,170); }
td.TdClassName
{
border-color: #7282AA;
}
.TagClassName
{
border-color: #7282AA;
}
</style>