Shades of Ship Cove #758CB3
Tints of Ship Cove #758CB3
RGB
CMYK
RGB Variations
Color information
#758CB3 (or 0x758CB3) is known color: Ship Cove. HEX triplet: 75, 8C and B3. RGB value is (117,140,179). Sum of RGB (Red+Green+Blue) = 117+140+179=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #758CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CB3 is #8A734C. Grayscale: #898989. Windows color (decimal): -9073485 or 11766901. OLE color: 11766901.
HSL color Cylindrical-coordinate representation of color #758CB3: hue angle of 217.74º 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 #758CB3 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 140 | 179 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.30 |
| HSL | 217.74º | 0.29% | 0.58% | - |
| HSV(B) | 217.74º | 0.35% | 0.7% | - |
| XYZ | 24.85 | 25.79 | 46.32 | - |
| YUV | 137.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 179 | 0.35 | 0.22 | 0 | 0.30 | 217.74 | 0.29 | 0.58 |
| Hex | 75 | 8C | B3 | 23 | 16 | 0 | 1E | DA | 1D | 3A |
| Octal | 165 | 214 | 263 | 43 | 26 | 0 | 36 | 332 | 35 | 72 |
| Binary | 1110101 | 10001100 | 10110011 | 100011 | 10110 | 0 | 11110 | 11011010 | 11101 | 111010 |
Color Harmonies of #758CB3
Complementary color
Monochromatic Colors of #758CB3
Black with #758CB3
Text Example
Text Example
White with #758CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CB3; }
p { color: rgb(117,140,179); }
H1.HeaderClassName
{
color: #758CB3;
}
.AnyTagClassName
{
color: #758CB3;
}
</style>
background-color css
<style>
a { background-color: #758CB3; }
a { background-color: rgb(117,140,179); }
div.DivClassName
{
background-color: #758CB3;
}
.BgClassName
{
background-color: #758CB3;
}
</style>
border-color css
<style>
span { border-color: #758CB3; }
span { border-color: rgb(117,140,179); }
td.TdClassName
{
border-color: #758CB3;
}
.TagClassName
{
border-color: #758CB3;
}
</style>