Shades of Ship Cove #757FA6
Tints of Ship Cove #757FA6
RGB
CMYK
RGB Variations
Color information
#757FA6 (or 0x757FA6) is known color: Ship Cove. HEX triplet: 75, 7F and A6. RGB value is (117,127,166). Sum of RGB (Red+Green+Blue) = 117+127+166=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 166 - color contains mainly: blue. Hex color #757FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FA6 is #8A8059. Grayscale: #808080. Windows color (decimal): -9076826 or 10911605. OLE color: 10911605.
HSL color Cylindrical-coordinate representation of color #757FA6: hue angle of 227.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757FA6 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 127 | 166 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.35 |
| HSL | 227.76º | 0.22% | 0.55% | - |
| HSV(B) | 227.76º | 0.3% | 0.65% | - |
| XYZ | 21.81 | 21.71 | 39.12 | - |
| YUV | 128.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 166 | 0.30 | 0.23 | 0 | 0.35 | 227.76 | 0.22 | 0.55 |
| Hex | 75 | 7F | A6 | 1E | 17 | 0 | 23 | E4 | 16 | 37 |
| Octal | 165 | 177 | 246 | 36 | 27 | 0 | 43 | 344 | 26 | 67 |
| Binary | 1110101 | 1111111 | 10100110 | 11110 | 10111 | 0 | 100011 | 11100100 | 10110 | 110111 |
Color Harmonies of #757FA6
Complementary color
Monochromatic Colors of #757FA6
Black with #757FA6
Text Example
Text Example
White with #757FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FA6; }
p { color: rgb(117,127,166); }
H1.HeaderClassName
{
color: #757FA6;
}
.AnyTagClassName
{
color: #757FA6;
}
</style>
background-color css
<style>
a { background-color: #757FA6; }
a { background-color: rgb(117,127,166); }
div.DivClassName
{
background-color: #757FA6;
}
.BgClassName
{
background-color: #757FA6;
}
</style>
border-color css
<style>
span { border-color: #757FA6; }
span { border-color: rgb(117,127,166); }
td.TdClassName
{
border-color: #757FA6;
}
.TagClassName
{
border-color: #757FA6;
}
</style>