Shades of Wild Blue Yonder #707DB6
Tints of Wild Blue Yonder #707DB6
RGB
CMYK
RGB Variations
Color information
#707DB6 (or 0x707DB6) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and B6. RGB value is (112,125,182). Sum of RGB (Red+Green+Blue) = 112+125+182=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #707DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DB6 is #8F8249. Grayscale: #7F7F7F. Windows color (decimal): -9405002 or 11959664. OLE color: 11959664.
HSL color Cylindrical-coordinate representation of color #707DB6: hue angle of 228.86º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #707DB6 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 125 | 182 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.29 |
| HSL | 228.86º | 0.32% | 0.58% | - |
| HSV(B) | 228.86º | 0.38% | 0.71% | - |
| XYZ | 22.46 | 21.49 | 47.22 | - |
| YUV | 127.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 182 | 0.38 | 0.31 | 0 | 0.29 | 228.86 | 0.32 | 0.58 |
| Hex | 70 | 7D | B6 | 26 | 1F | 0 | 1D | E5 | 20 | 3A |
| Octal | 160 | 175 | 266 | 46 | 37 | 0 | 35 | 345 | 40 | 72 |
| Binary | 1110000 | 1111101 | 10110110 | 100110 | 11111 | 0 | 11101 | 11100101 | 100000 | 111010 |
Color Harmonies of #707DB6
Complementary color
Monochromatic Colors of #707DB6
Black with #707DB6
Text Example
Text Example
White with #707DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DB6; }
p { color: rgb(112,125,182); }
H1.HeaderClassName
{
color: #707DB6;
}
.AnyTagClassName
{
color: #707DB6;
}
</style>
background-color css
<style>
a { background-color: #707DB6; }
a { background-color: rgb(112,125,182); }
div.DivClassName
{
background-color: #707DB6;
}
.BgClassName
{
background-color: #707DB6;
}
</style>
border-color css
<style>
span { border-color: #707DB6; }
span { border-color: rgb(112,125,182); }
td.TdClassName
{
border-color: #707DB6;
}
.TagClassName
{
border-color: #707DB6;
}
</style>