Shades of Ship Cove #758AAC
Tints of Ship Cove #758AAC
RGB
CMYK
RGB Variations
Color information
#758AAC (or 0x758AAC) is known color: Ship Cove. HEX triplet: 75, 8A and AC. RGB value is (117,138,172). Sum of RGB (Red+Green+Blue) = 117+138+172=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #758AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AAC is #8A7553. Grayscale: #878787. Windows color (decimal): -9074004 or 11307637. OLE color: 11307637.
HSL color Cylindrical-coordinate representation of color #758AAC: hue angle of 217.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 #758AAC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 138 | 172 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.33 |
| HSL | 217.09º | 0.25% | 0.57% | - |
| HSV(B) | 217.09º | 0.32% | 0.67% | - |
| XYZ | 23.87 | 24.94 | 42.59 | - |
| YUV | 135.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 172 | 0.32 | 0.20 | 0 | 0.33 | 217.09 | 0.25 | 0.57 |
| Hex | 75 | 8A | AC | 20 | 14 | 0 | 21 | D9 | 19 | 39 |
| Octal | 165 | 212 | 254 | 40 | 24 | 0 | 41 | 331 | 31 | 71 |
| Binary | 1110101 | 10001010 | 10101100 | 100000 | 10100 | 0 | 100001 | 11011001 | 11001 | 111001 |
Color Harmonies of #758AAC
Complementary color
Monochromatic Colors of #758AAC
Black with #758AAC
Text Example
Text Example
White with #758AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758AAC; }
p { color: rgb(117,138,172); }
H1.HeaderClassName
{
color: #758AAC;
}
.AnyTagClassName
{
color: #758AAC;
}
</style>
background-color css
<style>
a { background-color: #758AAC; }
a { background-color: rgb(117,138,172); }
div.DivClassName
{
background-color: #758AAC;
}
.BgClassName
{
background-color: #758AAC;
}
</style>
border-color css
<style>
span { border-color: #758AAC; }
span { border-color: rgb(117,138,172); }
td.TdClassName
{
border-color: #758AAC;
}
.TagClassName
{
border-color: #758AAC;
}
</style>