Shades of Ship Cove #758BAC
Tints of Ship Cove #758BAC
RGB
CMYK
RGB Variations
Color information
#758BAC (or 0x758BAC) is known color: Ship Cove. HEX triplet: 75, 8B and AC. RGB value is (117,139,172). Sum of RGB (Red+Green+Blue) = 117+139+172=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #758BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BAC is #8A7453. Grayscale: #888888. Windows color (decimal): -9073748 or 11307893. OLE color: 11307893.
HSL color Cylindrical-coordinate representation of color #758BAC: hue angle of 216º 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 #758BAC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 139 | 172 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.33 |
| HSL | 216º | 0.25% | 0.57% | - |
| HSV(B) | 216º | 0.32% | 0.67% | - |
| XYZ | 24.02 | 25.23 | 42.63 | - |
| YUV | 136.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 172 | 0.32 | 0.19 | 0 | 0.33 | 216 | 0.25 | 0.57 |
| Hex | 75 | 8B | AC | 20 | 13 | 0 | 21 | D8 | 19 | 39 |
| Octal | 165 | 213 | 254 | 40 | 23 | 0 | 41 | 330 | 31 | 71 |
| Binary | 1110101 | 10001011 | 10101100 | 100000 | 10011 | 0 | 100001 | 11011000 | 11001 | 111001 |
Color Harmonies of #758BAC
Complementary color
Monochromatic Colors of #758BAC
Black with #758BAC
Text Example
Text Example
White with #758BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BAC; }
p { color: rgb(117,139,172); }
H1.HeaderClassName
{
color: #758BAC;
}
.AnyTagClassName
{
color: #758BAC;
}
</style>
background-color css
<style>
a { background-color: #758BAC; }
a { background-color: rgb(117,139,172); }
div.DivClassName
{
background-color: #758BAC;
}
.BgClassName
{
background-color: #758BAC;
}
</style>
border-color css
<style>
span { border-color: #758BAC; }
span { border-color: rgb(117,139,172); }
td.TdClassName
{
border-color: #758BAC;
}
.TagClassName
{
border-color: #758BAC;
}
</style>