Shades of Wild Blue Yonder #707EBE
Tints of Wild Blue Yonder #707EBE
RGB
CMYK
RGB Variations
Color information
#707EBE (or 0x707EBE) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and BE. RGB value is (112,126,190). Sum of RGB (Red+Green+Blue) = 112+126+190=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #707EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EBE is #8F8141. Grayscale: #808080. Windows color (decimal): -9404738 or 12484208. OLE color: 12484208.
HSL color Cylindrical-coordinate representation of color #707EBE: hue angle of 229.23º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707EBE is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 126 | 190 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.25 |
| HSL | 229.23º | 0.38% | 0.59% | - |
| HSV(B) | 229.23º | 0.41% | 0.75% | - |
| XYZ | 23.44 | 22.08 | 51.74 | - |
| YUV | 129.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 190 | 0.41 | 0.34 | 0 | 0.25 | 229.23 | 0.38 | 0.59 |
| Hex | 70 | 7E | BE | 29 | 22 | 0 | 19 | E5 | 26 | 3B |
| Octal | 160 | 176 | 276 | 51 | 42 | 0 | 31 | 345 | 46 | 73 |
| Binary | 1110000 | 1111110 | 10111110 | 101001 | 100010 | 0 | 11001 | 11100101 | 100110 | 111011 |
Color Harmonies of #707EBE
Complementary color
Monochromatic Colors of #707EBE
Black with #707EBE
Text Example
Text Example
White with #707EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EBE; }
p { color: rgb(112,126,190); }
H1.HeaderClassName
{
color: #707EBE;
}
.AnyTagClassName
{
color: #707EBE;
}
</style>
background-color css
<style>
a { background-color: #707EBE; }
a { background-color: rgb(112,126,190); }
div.DivClassName
{
background-color: #707EBE;
}
.BgClassName
{
background-color: #707EBE;
}
</style>
border-color css
<style>
span { border-color: #707EBE; }
span { border-color: rgb(112,126,190); }
td.TdClassName
{
border-color: #707EBE;
}
.TagClassName
{
border-color: #707EBE;
}
</style>