Shades of Ship Cove #757CA3
Tints of Ship Cove #757CA3
RGB
CMYK
RGB Variations
Color information
#757CA3 (or 0x757CA3) is known color: Ship Cove. HEX triplet: 75, 7C and A3. RGB value is (117,124,163). Sum of RGB (Red+Green+Blue) = 117+124+163=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 163 - color contains mainly: blue. Hex color #757CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CA3 is #8A835C. Grayscale: #7E7E7E. Windows color (decimal): -9077597 or 10714229. OLE color: 10714229.
HSL color Cylindrical-coordinate representation of color #757CA3: hue angle of 230.87º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #757CA3 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 124 | 163 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.36 |
| HSL | 230.87º | 0.2% | 0.55% | - |
| HSV(B) | 230.87º | 0.28% | 0.64% | - |
| XYZ | 21.15 | 20.84 | 37.56 | - |
| YUV | 126.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 163 | 0.28 | 0.24 | 0 | 0.36 | 230.87 | 0.2 | 0.55 |
| Hex | 75 | 7C | A3 | 1C | 18 | 0 | 24 | E7 | 14 | 37 |
| Octal | 165 | 174 | 243 | 34 | 30 | 0 | 44 | 347 | 24 | 67 |
| Binary | 1110101 | 1111100 | 10100011 | 11100 | 11000 | 0 | 100100 | 11100111 | 10100 | 110111 |
Color Harmonies of #757CA3
Complementary color
Monochromatic Colors of #757CA3
Black with #757CA3
Text Example
Text Example
White with #757CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CA3; }
p { color: rgb(117,124,163); }
H1.HeaderClassName
{
color: #757CA3;
}
.AnyTagClassName
{
color: #757CA3;
}
</style>
background-color css
<style>
a { background-color: #757CA3; }
a { background-color: rgb(117,124,163); }
div.DivClassName
{
background-color: #757CA3;
}
.BgClassName
{
background-color: #757CA3;
}
</style>
border-color css
<style>
span { border-color: #757CA3; }
span { border-color: rgb(117,124,163); }
td.TdClassName
{
border-color: #757CA3;
}
.TagClassName
{
border-color: #757CA3;
}
</style>