Shades of Wild Blue Yonder #707CBE
Tints of Wild Blue Yonder #707CBE
RGB
CMYK
RGB Variations
Color information
#707CBE (or 0x707CBE) is known color: Wild Blue Yonder. HEX triplet: 70, 7C and BE. RGB value is (112,124,190). Sum of RGB (Red+Green+Blue) = 112+124+190=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #707CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CBE is #8F8341. Grayscale: #7F7F7F. Windows color (decimal): -9405250 or 12483696. OLE color: 12483696.
HSL color Cylindrical-coordinate representation of color #707CBE: hue angle of 230.77º 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 #707CBE is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 124 | 190 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.25 |
| HSL | 230.77º | 0.38% | 0.59% | - |
| HSV(B) | 230.77º | 0.41% | 0.75% | - |
| XYZ | 23.18 | 21.58 | 51.66 | - |
| YUV | 127.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 190 | 0.41 | 0.35 | 0 | 0.25 | 230.77 | 0.38 | 0.59 |
| Hex | 70 | 7C | BE | 29 | 23 | 0 | 19 | E7 | 26 | 3B |
| Octal | 160 | 174 | 276 | 51 | 43 | 0 | 31 | 347 | 46 | 73 |
| Binary | 1110000 | 1111100 | 10111110 | 101001 | 100011 | 0 | 11001 | 11100111 | 100110 | 111011 |
Color Harmonies of #707CBE
Complementary color
Monochromatic Colors of #707CBE
Black with #707CBE
Text Example
Text Example
White with #707CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CBE; }
p { color: rgb(112,124,190); }
H1.HeaderClassName
{
color: #707CBE;
}
.AnyTagClassName
{
color: #707CBE;
}
</style>
background-color css
<style>
a { background-color: #707CBE; }
a { background-color: rgb(112,124,190); }
div.DivClassName
{
background-color: #707CBE;
}
.BgClassName
{
background-color: #707CBE;
}
</style>
border-color css
<style>
span { border-color: #707CBE; }
span { border-color: rgb(112,124,190); }
td.TdClassName
{
border-color: #707CBE;
}
.TagClassName
{
border-color: #707CBE;
}
</style>