Shades of Wild Blue Yonder #707CBD
Tints of Wild Blue Yonder #707CBD
RGB
CMYK
RGB Variations
Color information
#707CBD (or 0x707CBD) is known color: Wild Blue Yonder. HEX triplet: 70, 7C and BD. RGB value is (112,124,189). Sum of RGB (Red+Green+Blue) = 112+124+189=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #707CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CBD is #8F8342. Grayscale: #7F7F7F. Windows color (decimal): -9405251 or 12418160. OLE color: 12418160.
HSL color Cylindrical-coordinate representation of color #707CBD: hue angle of 230.65º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707CBD is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 124 | 189 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.26 |
| HSL | 230.65º | 0.37% | 0.59% | - |
| HSV(B) | 230.65º | 0.41% | 0.74% | - |
| XYZ | 23.08 | 21.53 | 51.08 | - |
| YUV | 127.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 189 | 0.41 | 0.34 | 0 | 0.26 | 230.65 | 0.37 | 0.59 |
| Hex | 70 | 7C | BD | 29 | 22 | 0 | 1A | E7 | 25 | 3B |
| Octal | 160 | 174 | 275 | 51 | 42 | 0 | 32 | 347 | 45 | 73 |
| Binary | 1110000 | 1111100 | 10111101 | 101001 | 100010 | 0 | 11010 | 11100111 | 100101 | 111011 |
Color Harmonies of #707CBD
Complementary color
Monochromatic Colors of #707CBD
Black with #707CBD
Text Example
Text Example
White with #707CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CBD; }
p { color: rgb(112,124,189); }
H1.HeaderClassName
{
color: #707CBD;
}
.AnyTagClassName
{
color: #707CBD;
}
</style>
background-color css
<style>
a { background-color: #707CBD; }
a { background-color: rgb(112,124,189); }
div.DivClassName
{
background-color: #707CBD;
}
.BgClassName
{
background-color: #707CBD;
}
</style>
border-color css
<style>
span { border-color: #707CBD; }
span { border-color: rgb(112,124,189); }
td.TdClassName
{
border-color: #707CBD;
}
.TagClassName
{
border-color: #707CBD;
}
</style>