Shades of Ship Cove #7283AE
Tints of Ship Cove #7283AE
RGB
CMYK
RGB Variations
Color information
#7283AE (or 0x7283AE) is known color: Ship Cove. HEX triplet: 72, 83 and AE. RGB value is (114,131,174). Sum of RGB (Red+Green+Blue) = 114+131+174=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #7283AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7283AE is #8D7C51. Grayscale: #828282. Windows color (decimal): -9272402 or 11436914. OLE color: 11436914.
HSL color Cylindrical-coordinate representation of color #7283AE: hue angle of 223º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7283AE is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 131 | 174 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.32 |
| HSL | 223º | 0.27% | 0.56% | - |
| HSV(B) | 223º | 0.34% | 0.68% | - |
| XYZ | 22.7 | 22.87 | 43.26 | - |
| YUV | 130.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 174 | 0.34 | 0.25 | 0 | 0.32 | 223 | 0.27 | 0.56 |
| Hex | 72 | 83 | AE | 22 | 19 | 0 | 20 | DF | 1B | 38 |
| Octal | 162 | 203 | 256 | 42 | 31 | 0 | 40 | 337 | 33 | 70 |
| Binary | 1110010 | 10000011 | 10101110 | 100010 | 11001 | 0 | 100000 | 11011111 | 11011 | 111000 |
Color Harmonies of #7283AE
Complementary color
Monochromatic Colors of #7283AE
Black with #7283AE
Text Example
Text Example
White with #7283AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7283AE; }
p { color: rgb(114,131,174); }
H1.HeaderClassName
{
color: #7283AE;
}
.AnyTagClassName
{
color: #7283AE;
}
</style>
background-color css
<style>
a { background-color: #7283AE; }
a { background-color: rgb(114,131,174); }
div.DivClassName
{
background-color: #7283AE;
}
.BgClassName
{
background-color: #7283AE;
}
</style>
border-color css
<style>
span { border-color: #7283AE; }
span { border-color: rgb(114,131,174); }
td.TdClassName
{
border-color: #7283AE;
}
.TagClassName
{
border-color: #7283AE;
}
</style>