Shades of Wild Blue Yonder #717EC6
Tints of Wild Blue Yonder #717EC6
RGB
CMYK
RGB Variations
Color information
#717EC6 (or 0x717EC6) is known color: Wild Blue Yonder. HEX triplet: 71, 7E and C6. RGB value is (113,126,198). Sum of RGB (Red+Green+Blue) = 113+126+198=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #717EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EC6 is #8E8139. Grayscale: #828282. Windows color (decimal): -9339194 or 13008497. OLE color: 13008497.
HSL color Cylindrical-coordinate representation of color #717EC6: hue angle of 230.82º 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 #717EC6 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 126 | 198 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.22 |
| HSL | 230.82º | 0.43% | 0.61% | - |
| HSV(B) | 230.82º | 0.43% | 0.78% | - |
| XYZ | 24.46 | 22.51 | 56.48 | - |
| YUV | 130.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 198 | 0.43 | 0.36 | 0 | 0.22 | 230.82 | 0.43 | 0.61 |
| Hex | 71 | 7E | C6 | 2B | 24 | 0 | 16 | E7 | 2B | 3D |
| Octal | 161 | 176 | 306 | 53 | 44 | 0 | 26 | 347 | 53 | 75 |
| Binary | 1110001 | 1111110 | 11000110 | 101011 | 100100 | 0 | 10110 | 11100111 | 101011 | 111101 |
Color Harmonies of #717EC6
Complementary color
Monochromatic Colors of #717EC6
Black with #717EC6
Text Example
Text Example
White with #717EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717EC6; }
p { color: rgb(113,126,198); }
H1.HeaderClassName
{
color: #717EC6;
}
.AnyTagClassName
{
color: #717EC6;
}
</style>
background-color css
<style>
a { background-color: #717EC6; }
a { background-color: rgb(113,126,198); }
div.DivClassName
{
background-color: #717EC6;
}
.BgClassName
{
background-color: #717EC6;
}
</style>
border-color css
<style>
span { border-color: #717EC6; }
span { border-color: rgb(113,126,198); }
td.TdClassName
{
border-color: #717EC6;
}
.TagClassName
{
border-color: #717EC6;
}
</style>