Shades of Ship Cove #7393B4
Tints of Ship Cove #7393B4
RGB
CMYK
RGB Variations
Color information
#7393B4 (or 0x7393B4) is known color: Ship Cove. HEX triplet: 73, 93 and B4. RGB value is (115,147,180). Sum of RGB (Red+Green+Blue) = 115+147+180=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #7393B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393B4 is #8C6C4B. Grayscale: #8D8D8D. Windows color (decimal): -9202764 or 11834227. OLE color: 11834227.
HSL color Cylindrical-coordinate representation of color #7393B4: hue angle of 210.46º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7393B4 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 147 | 180 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.29 |
| HSL | 210.46º | 0.3% | 0.58% | - |
| HSV(B) | 210.46º | 0.36% | 0.71% | - |
| XYZ | 25.74 | 27.81 | 47.19 | - |
| YUV | 141.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 180 | 0.36 | 0.18 | 0 | 0.29 | 210.46 | 0.3 | 0.58 |
| Hex | 73 | 93 | B4 | 24 | 12 | 0 | 1D | D2 | 1E | 3A |
| Octal | 163 | 223 | 264 | 44 | 22 | 0 | 35 | 322 | 36 | 72 |
| Binary | 1110011 | 10010011 | 10110100 | 100100 | 10010 | 0 | 11101 | 11010010 | 11110 | 111010 |
Color Harmonies of #7393B4
Complementary color
Monochromatic Colors of #7393B4
Black with #7393B4
Text Example
Text Example
White with #7393B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7393B4; }
p { color: rgb(115,147,180); }
H1.HeaderClassName
{
color: #7393B4;
}
.AnyTagClassName
{
color: #7393B4;
}
</style>
background-color css
<style>
a { background-color: #7393B4; }
a { background-color: rgb(115,147,180); }
div.DivClassName
{
background-color: #7393B4;
}
.BgClassName
{
background-color: #7393B4;
}
</style>
border-color css
<style>
span { border-color: #7393B4; }
span { border-color: rgb(115,147,180); }
td.TdClassName
{
border-color: #7393B4;
}
.TagClassName
{
border-color: #7393B4;
}
</style>