Shades of Ship Cove #757FAB
Tints of Ship Cove #757FAB
RGB
CMYK
RGB Variations
Color information
#757FAB (or 0x757FAB) is known color: Ship Cove. HEX triplet: 75, 7F and AB. RGB value is (117,127,171). Sum of RGB (Red+Green+Blue) = 117+127+171=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #757FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FAB is #8A8054. Grayscale: #808080. Windows color (decimal): -9076821 or 11239285. OLE color: 11239285.
HSL color Cylindrical-coordinate representation of color #757FAB: hue angle of 228.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757FAB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 127 | 171 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.33 |
| HSL | 228.89º | 0.24% | 0.56% | - |
| HSV(B) | 228.89º | 0.32% | 0.67% | - |
| XYZ | 22.28 | 21.9 | 41.58 | - |
| YUV | 129.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 171 | 0.32 | 0.26 | 0 | 0.33 | 228.89 | 0.24 | 0.56 |
| Hex | 75 | 7F | AB | 20 | 1A | 0 | 21 | E5 | 18 | 38 |
| Octal | 165 | 177 | 253 | 40 | 32 | 0 | 41 | 345 | 30 | 70 |
| Binary | 1110101 | 1111111 | 10101011 | 100000 | 11010 | 0 | 100001 | 11100101 | 11000 | 111000 |
Color Harmonies of #757FAB
Complementary color
Monochromatic Colors of #757FAB
Black with #757FAB
Text Example
Text Example
White with #757FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FAB; }
p { color: rgb(117,127,171); }
H1.HeaderClassName
{
color: #757FAB;
}
.AnyTagClassName
{
color: #757FAB;
}
</style>
background-color css
<style>
a { background-color: #757FAB; }
a { background-color: rgb(117,127,171); }
div.DivClassName
{
background-color: #757FAB;
}
.BgClassName
{
background-color: #757FAB;
}
</style>
border-color css
<style>
span { border-color: #757FAB; }
span { border-color: rgb(117,127,171); }
td.TdClassName
{
border-color: #757FAB;
}
.TagClassName
{
border-color: #757FAB;
}
</style>