Shades of Wild Blue Yonder #717ECF
Tints of Wild Blue Yonder #717ECF
RGB
CMYK
RGB Variations
Color information
#717ECF (or 0x717ECF) is known color: Wild Blue Yonder. HEX triplet: 71, 7E and CF. RGB value is (113,126,207). Sum of RGB (Red+Green+Blue) = 113+126+207=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #717ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ECF is #8E8130. Grayscale: #838383. Windows color (decimal): -9339185 or 13598321. OLE color: 13598321.
HSL color Cylindrical-coordinate representation of color #717ECF: hue angle of 231.7º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #717ECF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 126 | 207 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.19 |
| HSL | 231.7º | 0.49% | 0.63% | - |
| HSV(B) | 231.7º | 0.45% | 0.81% | - |
| XYZ | 25.53 | 22.94 | 62.11 | - |
| YUV | 131.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 207 | 0.45 | 0.39 | 0 | 0.19 | 231.7 | 0.49 | 0.63 |
| Hex | 71 | 7E | CF | 2D | 27 | 0 | 13 | E8 | 31 | 3F |
| Octal | 161 | 176 | 317 | 55 | 47 | 0 | 23 | 350 | 61 | 77 |
| Binary | 1110001 | 1111110 | 11001111 | 101101 | 100111 | 0 | 10011 | 11101000 | 110001 | 111111 |
Color Harmonies of #717ECF
Complementary color
Monochromatic Colors of #717ECF
Black with #717ECF
Text Example
Text Example
White with #717ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717ECF; }
p { color: rgb(113,126,207); }
H1.HeaderClassName
{
color: #717ECF;
}
.AnyTagClassName
{
color: #717ECF;
}
</style>
background-color css
<style>
a { background-color: #717ECF; }
a { background-color: rgb(113,126,207); }
div.DivClassName
{
background-color: #717ECF;
}
.BgClassName
{
background-color: #717ECF;
}
</style>
border-color css
<style>
span { border-color: #717ECF; }
span { border-color: rgb(113,126,207); }
td.TdClassName
{
border-color: #717ECF;
}
.TagClassName
{
border-color: #717ECF;
}
</style>