Shades of Ship Cove #7385AB
Tints of Ship Cove #7385AB
RGB
CMYK
RGB Variations
Color information
#7385AB (or 0x7385AB) is known color: Ship Cove. HEX triplet: 73, 85 and AB. RGB value is (115,133,171). Sum of RGB (Red+Green+Blue) = 115+133+171=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #7385AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7385AB is #8C7A54. Grayscale: #838383. Windows color (decimal): -9206357 or 11240819. OLE color: 11240819.
HSL color Cylindrical-coordinate representation of color #7385AB: hue angle of 220.71º 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 #7385AB is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 133 | 171 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.33 |
| HSL | 220.71º | 0.25% | 0.56% | - |
| HSV(B) | 220.71º | 0.33% | 0.67% | - |
| XYZ | 22.81 | 23.36 | 41.83 | - |
| YUV | 131.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 171 | 0.33 | 0.22 | 0 | 0.33 | 220.71 | 0.25 | 0.56 |
| Hex | 73 | 85 | AB | 21 | 16 | 0 | 21 | DD | 19 | 38 |
| Octal | 163 | 205 | 253 | 41 | 26 | 0 | 41 | 335 | 31 | 70 |
| Binary | 1110011 | 10000101 | 10101011 | 100001 | 10110 | 0 | 100001 | 11011101 | 11001 | 111000 |
Color Harmonies of #7385AB
Complementary color
Monochromatic Colors of #7385AB
Black with #7385AB
Text Example
Text Example
White with #7385AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7385AB; }
p { color: rgb(115,133,171); }
H1.HeaderClassName
{
color: #7385AB;
}
.AnyTagClassName
{
color: #7385AB;
}
</style>
background-color css
<style>
a { background-color: #7385AB; }
a { background-color: rgb(115,133,171); }
div.DivClassName
{
background-color: #7385AB;
}
.BgClassName
{
background-color: #7385AB;
}
</style>
border-color css
<style>
span { border-color: #7385AB; }
span { border-color: rgb(115,133,171); }
td.TdClassName
{
border-color: #7385AB;
}
.TagClassName
{
border-color: #7385AB;
}
</style>