Shades of Ship Cove #7381AB
Tints of Ship Cove #7381AB
RGB
CMYK
RGB Variations
Color information
#7381AB (or 0x7381AB) is known color: Ship Cove. HEX triplet: 73, 81 and AB. RGB value is (115,129,171). Sum of RGB (Red+Green+Blue) = 115+129+171=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #7381AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7381AB is #8C7E54. Grayscale: #818181. Windows color (decimal): -9207381 or 11239795. OLE color: 11239795.
HSL color Cylindrical-coordinate representation of color #7381AB: hue angle of 225º 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 #7381AB is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 129 | 171 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.33 |
| HSL | 225º | 0.25% | 0.56% | - |
| HSV(B) | 225º | 0.33% | 0.67% | - |
| XYZ | 22.27 | 22.29 | 41.66 | - |
| YUV | 129.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 171 | 0.33 | 0.25 | 0 | 0.33 | 225 | 0.25 | 0.56 |
| Hex | 73 | 81 | AB | 21 | 19 | 0 | 21 | E1 | 19 | 38 |
| Octal | 163 | 201 | 253 | 41 | 31 | 0 | 41 | 341 | 31 | 70 |
| Binary | 1110011 | 10000001 | 10101011 | 100001 | 11001 | 0 | 100001 | 11100001 | 11001 | 111000 |
Color Harmonies of #7381AB
Complementary color
Monochromatic Colors of #7381AB
Black with #7381AB
Text Example
Text Example
White with #7381AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7381AB; }
p { color: rgb(115,129,171); }
H1.HeaderClassName
{
color: #7381AB;
}
.AnyTagClassName
{
color: #7381AB;
}
</style>
background-color css
<style>
a { background-color: #7381AB; }
a { background-color: rgb(115,129,171); }
div.DivClassName
{
background-color: #7381AB;
}
.BgClassName
{
background-color: #7381AB;
}
</style>
border-color css
<style>
span { border-color: #7381AB; }
span { border-color: rgb(115,129,171); }
td.TdClassName
{
border-color: #7381AB;
}
.TagClassName
{
border-color: #7381AB;
}
</style>