Shades of Ship Cove #757BAB
Tints of Ship Cove #757BAB
RGB
CMYK
RGB Variations
Color information
#757BAB (or 0x757BAB) is known color: Ship Cove. HEX triplet: 75, 7B and AB. RGB value is (117,123,171). Sum of RGB (Red+Green+Blue) = 117+123+171=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #757BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757BAB is #8A8454. Grayscale: #7E7E7E. Windows color (decimal): -9077845 or 11238261. OLE color: 11238261.
HSL color Cylindrical-coordinate representation of color #757BAB: hue angle of 233.33º 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 #757BAB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 123 | 171 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.33 |
| HSL | 233.33º | 0.24% | 0.56% | - |
| HSV(B) | 233.33º | 0.32% | 0.67% | - |
| XYZ | 21.77 | 20.89 | 41.41 | - |
| YUV | 126.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 171 | 0.32 | 0.28 | 0 | 0.33 | 233.33 | 0.24 | 0.56 |
| Hex | 75 | 7B | AB | 20 | 1C | 0 | 21 | E9 | 18 | 38 |
| Octal | 165 | 173 | 253 | 40 | 34 | 0 | 41 | 351 | 30 | 70 |
| Binary | 1110101 | 1111011 | 10101011 | 100000 | 11100 | 0 | 100001 | 11101001 | 11000 | 111000 |
Color Harmonies of #757BAB
Complementary color
Monochromatic Colors of #757BAB
Black with #757BAB
Text Example
Text Example
White with #757BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BAB; }
p { color: rgb(117,123,171); }
H1.HeaderClassName
{
color: #757BAB;
}
.AnyTagClassName
{
color: #757BAB;
}
</style>
background-color css
<style>
a { background-color: #757BAB; }
a { background-color: rgb(117,123,171); }
div.DivClassName
{
background-color: #757BAB;
}
.BgClassName
{
background-color: #757BAB;
}
</style>
border-color css
<style>
span { border-color: #757BAB; }
span { border-color: rgb(117,123,171); }
td.TdClassName
{
border-color: #757BAB;
}
.TagClassName
{
border-color: #757BAB;
}
</style>