Shades of Ship Cove #707BA7
Tints of Ship Cove #707BA7
RGB
CMYK
RGB Variations
Color information
#707BA7 (or 0x707BA7) is known color: Ship Cove. HEX triplet: 70, 7B and A7. RGB value is (112,123,167). Sum of RGB (Red+Green+Blue) = 112+123+167=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #707BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BA7 is #8F8458. Grayscale: #7C7C7C. Windows color (decimal): -9405529 or 10976112. OLE color: 10976112.
HSL color Cylindrical-coordinate representation of color #707BA7: hue angle of 228º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #707BA7 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 123 | 167 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.35 |
| HSL | 228º | 0.24% | 0.55% | - |
| HSV(B) | 228º | 0.33% | 0.65% | - |
| XYZ | 20.74 | 20.4 | 39.4 | - |
| YUV | 124.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 167 | 0.33 | 0.26 | 0 | 0.35 | 228 | 0.24 | 0.55 |
| Hex | 70 | 7B | A7 | 21 | 1A | 0 | 23 | E4 | 18 | 37 |
| Octal | 160 | 173 | 247 | 41 | 32 | 0 | 43 | 344 | 30 | 67 |
| Binary | 1110000 | 1111011 | 10100111 | 100001 | 11010 | 0 | 100011 | 11100100 | 11000 | 110111 |
Color Harmonies of #707BA7
Complementary color
Monochromatic Colors of #707BA7
Black with #707BA7
Text Example
Text Example
White with #707BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BA7; }
p { color: rgb(112,123,167); }
H1.HeaderClassName
{
color: #707BA7;
}
.AnyTagClassName
{
color: #707BA7;
}
</style>
background-color css
<style>
a { background-color: #707BA7; }
a { background-color: rgb(112,123,167); }
div.DivClassName
{
background-color: #707BA7;
}
.BgClassName
{
background-color: #707BA7;
}
</style>
border-color css
<style>
span { border-color: #707BA7; }
span { border-color: rgb(112,123,167); }
td.TdClassName
{
border-color: #707BA7;
}
.TagClassName
{
border-color: #707BA7;
}
</style>