Shades of Ship Cove #707DAC
Tints of Ship Cove #707DAC
RGB
CMYK
RGB Variations
Color information
#707DAC (or 0x707DAC) is known color: Ship Cove. HEX triplet: 70, 7D and AC. RGB value is (112,125,172). Sum of RGB (Red+Green+Blue) = 112+125+172=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #707DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DAC is #8F8253. Grayscale: #7E7E7E. Windows color (decimal): -9405012 or 11304304. OLE color: 11304304.
HSL color Cylindrical-coordinate representation of color #707DAC: hue angle of 227º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707DAC is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 125 | 172 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.33 |
| HSL | 227º | 0.27% | 0.56% | - |
| HSV(B) | 227º | 0.35% | 0.67% | - |
| XYZ | 21.46 | 21.09 | 41.97 | - |
| YUV | 126.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 172 | 0.35 | 0.27 | 0 | 0.33 | 227 | 0.27 | 0.56 |
| Hex | 70 | 7D | AC | 23 | 1B | 0 | 21 | E3 | 1B | 38 |
| Octal | 160 | 175 | 254 | 43 | 33 | 0 | 41 | 343 | 33 | 70 |
| Binary | 1110000 | 1111101 | 10101100 | 100011 | 11011 | 0 | 100001 | 11100011 | 11011 | 111000 |
Color Harmonies of #707DAC
Complementary color
Monochromatic Colors of #707DAC
Black with #707DAC
Text Example
Text Example
White with #707DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DAC; }
p { color: rgb(112,125,172); }
H1.HeaderClassName
{
color: #707DAC;
}
.AnyTagClassName
{
color: #707DAC;
}
</style>
background-color css
<style>
a { background-color: #707DAC; }
a { background-color: rgb(112,125,172); }
div.DivClassName
{
background-color: #707DAC;
}
.BgClassName
{
background-color: #707DAC;
}
</style>
border-color css
<style>
span { border-color: #707DAC; }
span { border-color: rgb(112,125,172); }
td.TdClassName
{
border-color: #707DAC;
}
.TagClassName
{
border-color: #707DAC;
}
</style>