Shades of Ship Cove #7593B4
Tints of Ship Cove #7593B4
RGB
CMYK
RGB Variations
Color information
#7593B4 (or 0x7593B4) is known color: Ship Cove. HEX triplet: 75, 93 and B4. RGB value is (117,147,180). Sum of RGB (Red+Green+Blue) = 117+147+180=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #7593B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593B4 is #8A6C4B. Grayscale: #8D8D8D. Windows color (decimal): -9071692 or 11834229. OLE color: 11834229.
HSL color Cylindrical-coordinate representation of color #7593B4: hue angle of 211.43º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7593B4 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 147 | 180 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.29 |
| HSL | 211.43º | 0.3% | 0.58% | - |
| HSV(B) | 211.43º | 0.35% | 0.71% | - |
| XYZ | 26.01 | 27.94 | 47.2 | - |
| YUV | 141.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 180 | 0.35 | 0.18 | 0 | 0.29 | 211.43 | 0.3 | 0.58 |
| Hex | 75 | 93 | B4 | 23 | 12 | 0 | 1D | D3 | 1E | 3A |
| Octal | 165 | 223 | 264 | 43 | 22 | 0 | 35 | 323 | 36 | 72 |
| Binary | 1110101 | 10010011 | 10110100 | 100011 | 10010 | 0 | 11101 | 11010011 | 11110 | 111010 |
Color Harmonies of #7593B4
Complementary color
Monochromatic Colors of #7593B4
Black with #7593B4
Text Example
Text Example
White with #7593B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7593B4; }
p { color: rgb(117,147,180); }
H1.HeaderClassName
{
color: #7593B4;
}
.AnyTagClassName
{
color: #7593B4;
}
</style>
background-color css
<style>
a { background-color: #7593B4; }
a { background-color: rgb(117,147,180); }
div.DivClassName
{
background-color: #7593B4;
}
.BgClassName
{
background-color: #7593B4;
}
</style>
border-color css
<style>
span { border-color: #7593B4; }
span { border-color: rgb(117,147,180); }
td.TdClassName
{
border-color: #7593B4;
}
.TagClassName
{
border-color: #7593B4;
}
</style>