Shades of Wild Blue Yonder #717CCC
Tints of Wild Blue Yonder #717CCC
RGB
CMYK
RGB Variations
Color information
#717CCC (or 0x717CCC) is known color: Wild Blue Yonder. HEX triplet: 71, 7C and CC. RGB value is (113,124,204). Sum of RGB (Red+Green+Blue) = 113+124+204=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #717CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CCC is #8E8333. Grayscale: #818181. Windows color (decimal): -9339700 or 13401201. OLE color: 13401201.
HSL color Cylindrical-coordinate representation of color #717CCC: hue angle of 232.75º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #717CCC is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 124 | 204 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.2 |
| HSL | 232.75º | 0.47% | 0.62% | - |
| HSV(B) | 232.75º | 0.45% | 0.8% | - |
| XYZ | 24.92 | 22.29 | 60.12 | - |
| YUV | 129.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 204 | 0.45 | 0.39 | 0 | 0.2 | 232.75 | 0.47 | 0.62 |
| Hex | 71 | 7C | CC | 2D | 27 | 0 | 14 | E9 | 2F | 3E |
| Octal | 161 | 174 | 314 | 55 | 47 | 0 | 24 | 351 | 57 | 76 |
| Binary | 1110001 | 1111100 | 11001100 | 101101 | 100111 | 0 | 10100 | 11101001 | 101111 | 111110 |
Color Harmonies of #717CCC
Complementary color
Monochromatic Colors of #717CCC
Black with #717CCC
Text Example
Text Example
White with #717CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CCC; }
p { color: rgb(113,124,204); }
H1.HeaderClassName
{
color: #717CCC;
}
.AnyTagClassName
{
color: #717CCC;
}
</style>
background-color css
<style>
a { background-color: #717CCC; }
a { background-color: rgb(113,124,204); }
div.DivClassName
{
background-color: #717CCC;
}
.BgClassName
{
background-color: #717CCC;
}
</style>
border-color css
<style>
span { border-color: #717CCC; }
span { border-color: rgb(113,124,204); }
td.TdClassName
{
border-color: #717CCC;
}
.TagClassName
{
border-color: #717CCC;
}
</style>