Shades of Ship Cove #758CAD
Tints of Ship Cove #758CAD
RGB
CMYK
RGB Variations
Color information
#758CAD (or 0x758CAD) is known color: Ship Cove. HEX triplet: 75, 8C and AD. RGB value is (117,140,173). Sum of RGB (Red+Green+Blue) = 117+140+173=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #758CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CAD is #8A7352. Grayscale: #888888. Windows color (decimal): -9073491 or 11373685. OLE color: 11373685.
HSL color Cylindrical-coordinate representation of color #758CAD: hue angle of 215.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758CAD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 140 | 173 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.32 |
| HSL | 215.36º | 0.25% | 0.57% | - |
| HSV(B) | 215.36º | 0.32% | 0.68% | - |
| XYZ | 24.26 | 25.56 | 43.19 | - |
| YUV | 136.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 173 | 0.32 | 0.19 | 0 | 0.32 | 215.36 | 0.25 | 0.57 |
| Hex | 75 | 8C | AD | 20 | 13 | 0 | 20 | D7 | 19 | 39 |
| Octal | 165 | 214 | 255 | 40 | 23 | 0 | 40 | 327 | 31 | 71 |
| Binary | 1110101 | 10001100 | 10101101 | 100000 | 10011 | 0 | 100000 | 11010111 | 11001 | 111001 |
Color Harmonies of #758CAD
Complementary color
Monochromatic Colors of #758CAD
Black with #758CAD
Text Example
Text Example
White with #758CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CAD; }
p { color: rgb(117,140,173); }
H1.HeaderClassName
{
color: #758CAD;
}
.AnyTagClassName
{
color: #758CAD;
}
</style>
background-color css
<style>
a { background-color: #758CAD; }
a { background-color: rgb(117,140,173); }
div.DivClassName
{
background-color: #758CAD;
}
.BgClassName
{
background-color: #758CAD;
}
</style>
border-color css
<style>
span { border-color: #758CAD; }
span { border-color: rgb(117,140,173); }
td.TdClassName
{
border-color: #758CAD;
}
.TagClassName
{
border-color: #758CAD;
}
</style>