Shades of Wild Blue Yonder #707FBC
Tints of Wild Blue Yonder #707FBC
RGB
CMYK
RGB Variations
Color information
#707FBC (or 0x707FBC) is known color: Wild Blue Yonder. HEX triplet: 70, 7F and BC. RGB value is (112,127,188). Sum of RGB (Red+Green+Blue) = 112+127+188=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #707FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FBC is #8F8043. Grayscale: #818181. Windows color (decimal): -9404484 or 12353392. OLE color: 12353392.
HSL color Cylindrical-coordinate representation of color #707FBC: hue angle of 228.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707FBC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 127 | 188 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.26 |
| HSL | 228.16º | 0.36% | 0.59% | - |
| HSV(B) | 228.16º | 0.4% | 0.74% | - |
| XYZ | 23.35 | 22.25 | 50.64 | - |
| YUV | 129.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 188 | 0.40 | 0.32 | 0 | 0.26 | 228.16 | 0.36 | 0.59 |
| Hex | 70 | 7F | BC | 28 | 20 | 0 | 1A | E4 | 24 | 3B |
| Octal | 160 | 177 | 274 | 50 | 40 | 0 | 32 | 344 | 44 | 73 |
| Binary | 1110000 | 1111111 | 10111100 | 101000 | 100000 | 0 | 11010 | 11100100 | 100100 | 111011 |
Color Harmonies of #707FBC
Complementary color
Monochromatic Colors of #707FBC
Black with #707FBC
Text Example
Text Example
White with #707FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707FBC; }
p { color: rgb(112,127,188); }
H1.HeaderClassName
{
color: #707FBC;
}
.AnyTagClassName
{
color: #707FBC;
}
</style>
background-color css
<style>
a { background-color: #707FBC; }
a { background-color: rgb(112,127,188); }
div.DivClassName
{
background-color: #707FBC;
}
.BgClassName
{
background-color: #707FBC;
}
</style>
border-color css
<style>
span { border-color: #707FBC; }
span { border-color: rgb(112,127,188); }
td.TdClassName
{
border-color: #707FBC;
}
.TagClassName
{
border-color: #707FBC;
}
</style>