Shades of Ship Cove #707CAF
Tints of Ship Cove #707CAF
RGB
CMYK
RGB Variations
Color information
#707CAF (or 0x707CAF) is known color: Ship Cove. HEX triplet: 70, 7C and AF. RGB value is (112,124,175). Sum of RGB (Red+Green+Blue) = 112+124+175=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #707CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CAF is #8F8350. Grayscale: #7E7E7E. Windows color (decimal): -9405265 or 11500656. OLE color: 11500656.
HSL color Cylindrical-coordinate representation of color #707CAF: hue angle of 228.57º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707CAF is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 124 | 175 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.31 |
| HSL | 228.57º | 0.28% | 0.56% | - |
| HSV(B) | 228.57º | 0.36% | 0.69% | - |
| XYZ | 21.63 | 20.96 | 43.46 | - |
| YUV | 126.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 175 | 0.36 | 0.29 | 0 | 0.31 | 228.57 | 0.28 | 0.56 |
| Hex | 70 | 7C | AF | 24 | 1D | 0 | 1F | E5 | 1C | 38 |
| Octal | 160 | 174 | 257 | 44 | 35 | 0 | 37 | 345 | 34 | 70 |
| Binary | 1110000 | 1111100 | 10101111 | 100100 | 11101 | 0 | 11111 | 11100101 | 11100 | 111000 |
Color Harmonies of #707CAF
Complementary color
Monochromatic Colors of #707CAF
Black with #707CAF
Text Example
Text Example
White with #707CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CAF; }
p { color: rgb(112,124,175); }
H1.HeaderClassName
{
color: #707CAF;
}
.AnyTagClassName
{
color: #707CAF;
}
</style>
background-color css
<style>
a { background-color: #707CAF; }
a { background-color: rgb(112,124,175); }
div.DivClassName
{
background-color: #707CAF;
}
.BgClassName
{
background-color: #707CAF;
}
</style>
border-color css
<style>
span { border-color: #707CAF; }
span { border-color: rgb(112,124,175); }
td.TdClassName
{
border-color: #707CAF;
}
.TagClassName
{
border-color: #707CAF;
}
</style>