Shades of Wild Blue Yonder #707DB5
Tints of Wild Blue Yonder #707DB5
RGB
CMYK
RGB Variations
Color information
#707DB5 (or 0x707DB5) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and B5. RGB value is (112,125,181). Sum of RGB (Red+Green+Blue) = 112+125+181=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #707DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DB5 is #8F824A. Grayscale: #7F7F7F. Windows color (decimal): -9405003 or 11894128. OLE color: 11894128.
HSL color Cylindrical-coordinate representation of color #707DB5: hue angle of 228.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #707DB5 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 125 | 181 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.29 |
| HSL | 228.7º | 0.32% | 0.57% | - |
| HSV(B) | 228.7º | 0.38% | 0.71% | - |
| XYZ | 22.36 | 21.45 | 46.68 | - |
| YUV | 127.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 181 | 0.38 | 0.31 | 0 | 0.29 | 228.7 | 0.32 | 0.57 |
| Hex | 70 | 7D | B5 | 26 | 1F | 0 | 1D | E5 | 20 | 39 |
| Octal | 160 | 175 | 265 | 46 | 37 | 0 | 35 | 345 | 40 | 71 |
| Binary | 1110000 | 1111101 | 10110101 | 100110 | 11111 | 0 | 11101 | 11100101 | 100000 | 111001 |
Color Harmonies of #707DB5
Complementary color
Monochromatic Colors of #707DB5
Black with #707DB5
Text Example
Text Example
White with #707DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DB5; }
p { color: rgb(112,125,181); }
H1.HeaderClassName
{
color: #707DB5;
}
.AnyTagClassName
{
color: #707DB5;
}
</style>
background-color css
<style>
a { background-color: #707DB5; }
a { background-color: rgb(112,125,181); }
div.DivClassName
{
background-color: #707DB5;
}
.BgClassName
{
background-color: #707DB5;
}
</style>
border-color css
<style>
span { border-color: #707DB5; }
span { border-color: rgb(112,125,181); }
td.TdClassName
{
border-color: #707DB5;
}
.TagClassName
{
border-color: #707DB5;
}
</style>