Shades of Wild Blue Yonder #717CCA
Tints of Wild Blue Yonder #717CCA
RGB
CMYK
RGB Variations
Color information
#717CCA (or 0x717CCA) is known color: Wild Blue Yonder. HEX triplet: 71, 7C and CA. RGB value is (113,124,202). Sum of RGB (Red+Green+Blue) = 113+124+202=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #717CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CCA is #8E8335. Grayscale: #818181. Windows color (decimal): -9339702 or 13270129. OLE color: 13270129.
HSL color Cylindrical-coordinate representation of color #717CCA: hue angle of 232.58º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #717CCA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 124 | 202 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.21 |
| HSL | 232.58º | 0.46% | 0.62% | - |
| HSV(B) | 232.58º | 0.44% | 0.79% | - |
| XYZ | 24.68 | 22.19 | 58.86 | - |
| YUV | 129.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 202 | 0.44 | 0.39 | 0 | 0.21 | 232.58 | 0.46 | 0.62 |
| Hex | 71 | 7C | CA | 2C | 27 | 0 | 15 | E9 | 2E | 3E |
| Octal | 161 | 174 | 312 | 54 | 47 | 0 | 25 | 351 | 56 | 76 |
| Binary | 1110001 | 1111100 | 11001010 | 101100 | 100111 | 0 | 10101 | 11101001 | 101110 | 111110 |
Color Harmonies of #717CCA
Complementary color
Monochromatic Colors of #717CCA
Black with #717CCA
Text Example
Text Example
White with #717CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CCA; }
p { color: rgb(113,124,202); }
H1.HeaderClassName
{
color: #717CCA;
}
.AnyTagClassName
{
color: #717CCA;
}
</style>
background-color css
<style>
a { background-color: #717CCA; }
a { background-color: rgb(113,124,202); }
div.DivClassName
{
background-color: #717CCA;
}
.BgClassName
{
background-color: #717CCA;
}
</style>
border-color css
<style>
span { border-color: #717CCA; }
span { border-color: rgb(113,124,202); }
td.TdClassName
{
border-color: #717CCA;
}
.TagClassName
{
border-color: #717CCA;
}
</style>