Shades of Ship Cove #758DB4
Tints of Ship Cove #758DB4
RGB
CMYK
RGB Variations
Color information
#758DB4 (or 0x758DB4) is known color: Ship Cove. HEX triplet: 75, 8D and B4. RGB value is (117,141,180). Sum of RGB (Red+Green+Blue) = 117+141+180=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #758DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DB4 is #8A724B. Grayscale: #8A8A8A. Windows color (decimal): -9073228 or 11832693. OLE color: 11832693.
HSL color Cylindrical-coordinate representation of color #758DB4: hue angle of 217.14º 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 #758DB4 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 141 | 180 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.29 |
| HSL | 217.14º | 0.3% | 0.58% | - |
| HSV(B) | 217.14º | 0.35% | 0.71% | - |
| XYZ | 25.1 | 26.13 | 46.9 | - |
| YUV | 138.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 180 | 0.35 | 0.22 | 0 | 0.29 | 217.14 | 0.3 | 0.58 |
| Hex | 75 | 8D | B4 | 23 | 16 | 0 | 1D | D9 | 1E | 3A |
| Octal | 165 | 215 | 264 | 43 | 26 | 0 | 35 | 331 | 36 | 72 |
| Binary | 1110101 | 10001101 | 10110100 | 100011 | 10110 | 0 | 11101 | 11011001 | 11110 | 111010 |
Color Harmonies of #758DB4
Complementary color
Monochromatic Colors of #758DB4
Black with #758DB4
Text Example
Text Example
White with #758DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DB4; }
p { color: rgb(117,141,180); }
H1.HeaderClassName
{
color: #758DB4;
}
.AnyTagClassName
{
color: #758DB4;
}
</style>
background-color css
<style>
a { background-color: #758DB4; }
a { background-color: rgb(117,141,180); }
div.DivClassName
{
background-color: #758DB4;
}
.BgClassName
{
background-color: #758DB4;
}
</style>
border-color css
<style>
span { border-color: #758DB4; }
span { border-color: rgb(117,141,180); }
td.TdClassName
{
border-color: #758DB4;
}
.TagClassName
{
border-color: #758DB4;
}
</style>