Shades of Ship Cove #7380AA
Tints of Ship Cove #7380AA
RGB
CMYK
RGB Variations
Color information
#7380AA (or 0x7380AA) is known color: Ship Cove. HEX triplet: 73, 80 and AA. RGB value is (115,128,170). Sum of RGB (Red+Green+Blue) = 115+128+170=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #7380AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7380AA is #8C7F55. Grayscale: #808080. Windows color (decimal): -9207638 or 11174003. OLE color: 11174003.
HSL color Cylindrical-coordinate representation of color #7380AA: hue angle of 225.82º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7380AA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 128 | 170 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.33 |
| HSL | 225.82º | 0.24% | 0.56% | - |
| HSV(B) | 225.82º | 0.32% | 0.67% | - |
| XYZ | 22.05 | 21.99 | 41.11 | - |
| YUV | 128.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 170 | 0.32 | 0.25 | 0 | 0.33 | 225.82 | 0.24 | 0.56 |
| Hex | 73 | 80 | AA | 20 | 19 | 0 | 21 | E2 | 18 | 38 |
| Octal | 163 | 200 | 252 | 40 | 31 | 0 | 41 | 342 | 30 | 70 |
| Binary | 1110011 | 10000000 | 10101010 | 100000 | 11001 | 0 | 100001 | 11100010 | 11000 | 111000 |
Color Harmonies of #7380AA
Complementary color
Monochromatic Colors of #7380AA
Black with #7380AA
Text Example
Text Example
White with #7380AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7380AA; }
p { color: rgb(115,128,170); }
H1.HeaderClassName
{
color: #7380AA;
}
.AnyTagClassName
{
color: #7380AA;
}
</style>
background-color css
<style>
a { background-color: #7380AA; }
a { background-color: rgb(115,128,170); }
div.DivClassName
{
background-color: #7380AA;
}
.BgClassName
{
background-color: #7380AA;
}
</style>
border-color css
<style>
span { border-color: #7380AA; }
span { border-color: rgb(115,128,170); }
td.TdClassName
{
border-color: #7380AA;
}
.TagClassName
{
border-color: #7380AA;
}
</style>