Shades of Wild Blue Yonder #717FC7
Tints of Wild Blue Yonder #717FC7
RGB
CMYK
RGB Variations
Color information
#717FC7 (or 0x717FC7) is known color: Wild Blue Yonder. HEX triplet: 71, 7F and C7. RGB value is (113,127,199). Sum of RGB (Red+Green+Blue) = 113+127+199=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #717FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FC7 is #8E8038. Grayscale: #828282. Windows color (decimal): -9338937 or 13074289. OLE color: 13074289.
HSL color Cylindrical-coordinate representation of color #717FC7: hue angle of 230.23º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #717FC7 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 127 | 199 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.22 |
| HSL | 230.23º | 0.43% | 0.61% | - |
| HSV(B) | 230.23º | 0.43% | 0.78% | - |
| XYZ | 24.71 | 22.81 | 57.13 | - |
| YUV | 131.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 199 | 0.43 | 0.36 | 0 | 0.22 | 230.23 | 0.43 | 0.61 |
| Hex | 71 | 7F | C7 | 2B | 24 | 0 | 16 | E6 | 2B | 3D |
| Octal | 161 | 177 | 307 | 53 | 44 | 0 | 26 | 346 | 53 | 75 |
| Binary | 1110001 | 1111111 | 11000111 | 101011 | 100100 | 0 | 10110 | 11100110 | 101011 | 111101 |
Color Harmonies of #717FC7
Complementary color
Monochromatic Colors of #717FC7
Black with #717FC7
Text Example
Text Example
White with #717FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FC7; }
p { color: rgb(113,127,199); }
H1.HeaderClassName
{
color: #717FC7;
}
.AnyTagClassName
{
color: #717FC7;
}
</style>
background-color css
<style>
a { background-color: #717FC7; }
a { background-color: rgb(113,127,199); }
div.DivClassName
{
background-color: #717FC7;
}
.BgClassName
{
background-color: #717FC7;
}
</style>
border-color css
<style>
span { border-color: #717FC7; }
span { border-color: rgb(113,127,199); }
td.TdClassName
{
border-color: #717FC7;
}
.TagClassName
{
border-color: #717FC7;
}
</style>