Shades of Ship Cove #7592B3
Tints of Ship Cove #7592B3
RGB
CMYK
RGB Variations
Color information
#7592B3 (or 0x7592B3) is known color: Ship Cove. HEX triplet: 75, 92 and B3. RGB value is (117,146,179). Sum of RGB (Red+Green+Blue) = 117+146+179=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 179 - color contains mainly: blue. Hex color #7592B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592B3 is #8A6D4C. Grayscale: #8C8C8C. Windows color (decimal): -9071949 or 11768437. OLE color: 11768437.
HSL color Cylindrical-coordinate representation of color #7592B3: hue angle of 211.94º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7592B3 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 146 | 179 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.30 |
| HSL | 211.94º | 0.29% | 0.58% | - |
| HSV(B) | 211.94º | 0.35% | 0.7% | - |
| XYZ | 25.75 | 27.59 | 46.62 | - |
| YUV | 141.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 179 | 0.35 | 0.18 | 0 | 0.30 | 211.94 | 0.29 | 0.58 |
| Hex | 75 | 92 | B3 | 23 | 12 | 0 | 1E | D4 | 1D | 3A |
| Octal | 165 | 222 | 263 | 43 | 22 | 0 | 36 | 324 | 35 | 72 |
| Binary | 1110101 | 10010010 | 10110011 | 100011 | 10010 | 0 | 11110 | 11010100 | 11101 | 111010 |
Color Harmonies of #7592B3
Complementary color
Monochromatic Colors of #7592B3
Black with #7592B3
Text Example
Text Example
White with #7592B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7592B3; }
p { color: rgb(117,146,179); }
H1.HeaderClassName
{
color: #7592B3;
}
.AnyTagClassName
{
color: #7592B3;
}
</style>
background-color css
<style>
a { background-color: #7592B3; }
a { background-color: rgb(117,146,179); }
div.DivClassName
{
background-color: #7592B3;
}
.BgClassName
{
background-color: #7592B3;
}
</style>
border-color css
<style>
span { border-color: #7592B3; }
span { border-color: rgb(117,146,179); }
td.TdClassName
{
border-color: #7592B3;
}
.TagClassName
{
border-color: #7592B3;
}
</style>