Shades of Ship Cove #757FAC
Tints of Ship Cove #757FAC
RGB
CMYK
RGB Variations
Color information
#757FAC (or 0x757FAC) is known color: Ship Cove. HEX triplet: 75, 7F and AC. RGB value is (117,127,172). Sum of RGB (Red+Green+Blue) = 117+127+172=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #757FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FAC is #8A8053. Grayscale: #808080. Windows color (decimal): -9076820 or 11304821. OLE color: 11304821.
HSL color Cylindrical-coordinate representation of color #757FAC: hue angle of 229.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757FAC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 127 | 172 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.33 |
| HSL | 229.09º | 0.25% | 0.57% | - |
| HSV(B) | 229.09º | 0.32% | 0.67% | - |
| XYZ | 22.37 | 21.94 | 42.09 | - |
| YUV | 129.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 172 | 0.32 | 0.26 | 0 | 0.33 | 229.09 | 0.25 | 0.57 |
| Hex | 75 | 7F | AC | 20 | 1A | 0 | 21 | E5 | 19 | 39 |
| Octal | 165 | 177 | 254 | 40 | 32 | 0 | 41 | 345 | 31 | 71 |
| Binary | 1110101 | 1111111 | 10101100 | 100000 | 11010 | 0 | 100001 | 11100101 | 11001 | 111001 |
Color Harmonies of #757FAC
Complementary color
Monochromatic Colors of #757FAC
Black with #757FAC
Text Example
Text Example
White with #757FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FAC; }
p { color: rgb(117,127,172); }
H1.HeaderClassName
{
color: #757FAC;
}
.AnyTagClassName
{
color: #757FAC;
}
</style>
background-color css
<style>
a { background-color: #757FAC; }
a { background-color: rgb(117,127,172); }
div.DivClassName
{
background-color: #757FAC;
}
.BgClassName
{
background-color: #757FAC;
}
</style>
border-color css
<style>
span { border-color: #757FAC; }
span { border-color: rgb(117,127,172); }
td.TdClassName
{
border-color: #757FAC;
}
.TagClassName
{
border-color: #757FAC;
}
</style>