Shades of Ship Cove #7282AF
Tints of Ship Cove #7282AF
RGB
CMYK
RGB Variations
Color information
#7282AF (or 0x7282AF) is known color: Ship Cove. HEX triplet: 72, 82 and AF. RGB value is (114,130,175). Sum of RGB (Red+Green+Blue) = 114+130+175=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #7282AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7282AF is #8D7D50. Grayscale: #828282. Windows color (decimal): -9272657 or 11502194. OLE color: 11502194.
HSL color Cylindrical-coordinate representation of color #7282AF: hue angle of 224.26º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7282AF is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 130 | 175 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.31 |
| HSL | 224.26º | 0.28% | 0.57% | - |
| HSV(B) | 224.26º | 0.35% | 0.69% | - |
| XYZ | 22.66 | 22.64 | 43.73 | - |
| YUV | 130.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 175 | 0.35 | 0.26 | 0 | 0.31 | 224.26 | 0.28 | 0.57 |
| Hex | 72 | 82 | AF | 23 | 1A | 0 | 1F | E0 | 1C | 39 |
| Octal | 162 | 202 | 257 | 43 | 32 | 0 | 37 | 340 | 34 | 71 |
| Binary | 1110010 | 10000010 | 10101111 | 100011 | 11010 | 0 | 11111 | 11100000 | 11100 | 111001 |
Color Harmonies of #7282AF
Complementary color
Monochromatic Colors of #7282AF
Black with #7282AF
Text Example
Text Example
White with #7282AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282AF; }
p { color: rgb(114,130,175); }
H1.HeaderClassName
{
color: #7282AF;
}
.AnyTagClassName
{
color: #7282AF;
}
</style>
background-color css
<style>
a { background-color: #7282AF; }
a { background-color: rgb(114,130,175); }
div.DivClassName
{
background-color: #7282AF;
}
.BgClassName
{
background-color: #7282AF;
}
</style>
border-color css
<style>
span { border-color: #7282AF; }
span { border-color: rgb(114,130,175); }
td.TdClassName
{
border-color: #7282AF;
}
.TagClassName
{
border-color: #7282AF;
}
</style>