Shades of Wild Blue Yonder #717CCD
Tints of Wild Blue Yonder #717CCD
RGB
CMYK
RGB Variations
Color information
#717CCD (or 0x717CCD) is known color: Wild Blue Yonder. HEX triplet: 71, 7C and CD. RGB value is (113,124,205). Sum of RGB (Red+Green+Blue) = 113+124+205=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #717CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CCD is #8E8332. Grayscale: #818181. Windows color (decimal): -9339699 or 13466737. OLE color: 13466737.
HSL color Cylindrical-coordinate representation of color #717CCD: hue angle of 232.83º degrees, saturation: 0.48, 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 #717CCD is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 124 | 205 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.20 |
| HSL | 232.83º | 0.48% | 0.62% | - |
| HSV(B) | 232.83º | 0.45% | 0.8% | - |
| XYZ | 25.04 | 22.33 | 60.75 | - |
| YUV | 129.95 | 170.36 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 205 | 0.45 | 0.40 | 0 | 0.20 | 232.83 | 0.48 | 0.62 |
| Hex | 71 | 7C | CD | 2D | 28 | 0 | 14 | E9 | 30 | 3E |
| Octal | 161 | 174 | 315 | 55 | 50 | 0 | 24 | 351 | 60 | 76 |
| Binary | 1110001 | 1111100 | 11001101 | 101101 | 101000 | 0 | 10100 | 11101001 | 110000 | 111110 |
Color Harmonies of #717CCD
Complementary color
Monochromatic Colors of #717CCD
Black with #717CCD
Text Example
Text Example
White with #717CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CCD; }
p { color: rgb(113,124,205); }
H1.HeaderClassName
{
color: #717CCD;
}
.AnyTagClassName
{
color: #717CCD;
}
</style>
background-color css
<style>
a { background-color: #717CCD; }
a { background-color: rgb(113,124,205); }
div.DivClassName
{
background-color: #717CCD;
}
.BgClassName
{
background-color: #717CCD;
}
</style>
border-color css
<style>
span { border-color: #717CCD; }
span { border-color: rgb(113,124,205); }
td.TdClassName
{
border-color: #717CCD;
}
.TagClassName
{
border-color: #717CCD;
}
</style>