Shades of Ship Cove #758CB4
Tints of Ship Cove #758CB4
RGB
CMYK
RGB Variations
Color information
#758CB4 (or 0x758CB4) is known color: Ship Cove. HEX triplet: 75, 8C and B4. RGB value is (117,140,180). Sum of RGB (Red+Green+Blue) = 117+140+180=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #758CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CB4 is #8A734B. Grayscale: #898989. Windows color (decimal): -9073484 or 11832437. OLE color: 11832437.
HSL color Cylindrical-coordinate representation of color #758CB4: hue angle of 218.1º 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 #758CB4 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 140 | 180 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.29 |
| HSL | 218.1º | 0.3% | 0.58% | - |
| HSV(B) | 218.1º | 0.35% | 0.71% | - |
| XYZ | 24.95 | 25.83 | 46.85 | - |
| YUV | 137.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 180 | 0.35 | 0.22 | 0 | 0.29 | 218.1 | 0.3 | 0.58 |
| Hex | 75 | 8C | B4 | 23 | 16 | 0 | 1D | DA | 1E | 3A |
| Octal | 165 | 214 | 264 | 43 | 26 | 0 | 35 | 332 | 36 | 72 |
| Binary | 1110101 | 10001100 | 10110100 | 100011 | 10110 | 0 | 11101 | 11011010 | 11110 | 111010 |
Color Harmonies of #758CB4
Complementary color
Monochromatic Colors of #758CB4
Black with #758CB4
Text Example
Text Example
White with #758CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CB4; }
p { color: rgb(117,140,180); }
H1.HeaderClassName
{
color: #758CB4;
}
.AnyTagClassName
{
color: #758CB4;
}
</style>
background-color css
<style>
a { background-color: #758CB4; }
a { background-color: rgb(117,140,180); }
div.DivClassName
{
background-color: #758CB4;
}
.BgClassName
{
background-color: #758CB4;
}
</style>
border-color css
<style>
span { border-color: #758CB4; }
span { border-color: rgb(117,140,180); }
td.TdClassName
{
border-color: #758CB4;
}
.TagClassName
{
border-color: #758CB4;
}
</style>