Shades of Wild Blue Yonder #717FC0
Tints of Wild Blue Yonder #717FC0
RGB
CMYK
RGB Variations
Color information
#717FC0 (or 0x717FC0) is known color: Wild Blue Yonder. HEX triplet: 71, 7F and C0. RGB value is (113,127,192). Sum of RGB (Red+Green+Blue) = 113+127+192=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #717FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FC0 is #8E803F. Grayscale: #818181. Windows color (decimal): -9338944 or 12615537. OLE color: 12615537.
HSL color Cylindrical-coordinate representation of color #717FC0: hue angle of 229.37º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #717FC0 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 127 | 192 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.25 |
| HSL | 229.37º | 0.39% | 0.6% | - |
| HSV(B) | 229.37º | 0.41% | 0.75% | - |
| XYZ | 23.91 | 22.5 | 52.95 | - |
| YUV | 130.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 192 | 0.41 | 0.34 | 0 | 0.25 | 229.37 | 0.39 | 0.6 |
| Hex | 71 | 7F | C0 | 29 | 22 | 0 | 19 | E5 | 27 | 3C |
| Octal | 161 | 177 | 300 | 51 | 42 | 0 | 31 | 345 | 47 | 74 |
| Binary | 1110001 | 1111111 | 11000000 | 101001 | 100010 | 0 | 11001 | 11100101 | 100111 | 111100 |
Color Harmonies of #717FC0
Complementary color
Monochromatic Colors of #717FC0
Black with #717FC0
Text Example
Text Example
White with #717FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FC0; }
p { color: rgb(113,127,192); }
H1.HeaderClassName
{
color: #717FC0;
}
.AnyTagClassName
{
color: #717FC0;
}
</style>
background-color css
<style>
a { background-color: #717FC0; }
a { background-color: rgb(113,127,192); }
div.DivClassName
{
background-color: #717FC0;
}
.BgClassName
{
background-color: #717FC0;
}
</style>
border-color css
<style>
span { border-color: #717FC0; }
span { border-color: rgb(113,127,192); }
td.TdClassName
{
border-color: #717FC0;
}
.TagClassName
{
border-color: #717FC0;
}
</style>