Shades of Wild Blue Yonder #717FCD
Tints of Wild Blue Yonder #717FCD
RGB
CMYK
RGB Variations
Color information
#717FCD (or 0x717FCD) is known color: Wild Blue Yonder. HEX triplet: 71, 7F and CD. RGB value is (113,127,205). Sum of RGB (Red+Green+Blue) = 113+127+205=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #717FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FCD is #8E8032. Grayscale: #838383. Windows color (decimal): -9338931 or 13467505. OLE color: 13467505.
HSL color Cylindrical-coordinate representation of color #717FCD: hue angle of 230.87º 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 #717FCD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 127 | 205 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.20 |
| HSL | 230.87º | 0.48% | 0.62% | - |
| HSV(B) | 230.87º | 0.45% | 0.8% | - |
| XYZ | 25.42 | 23.1 | 60.88 | - |
| YUV | 131.71 | 169.36 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 205 | 0.45 | 0.38 | 0 | 0.20 | 230.87 | 0.48 | 0.62 |
| Hex | 71 | 7F | CD | 2D | 26 | 0 | 14 | E7 | 30 | 3E |
| Octal | 161 | 177 | 315 | 55 | 46 | 0 | 24 | 347 | 60 | 76 |
| Binary | 1110001 | 1111111 | 11001101 | 101101 | 100110 | 0 | 10100 | 11100111 | 110000 | 111110 |
Color Harmonies of #717FCD
Complementary color
Monochromatic Colors of #717FCD
Black with #717FCD
Text Example
Text Example
White with #717FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FCD; }
p { color: rgb(113,127,205); }
H1.HeaderClassName
{
color: #717FCD;
}
.AnyTagClassName
{
color: #717FCD;
}
</style>
background-color css
<style>
a { background-color: #717FCD; }
a { background-color: rgb(113,127,205); }
div.DivClassName
{
background-color: #717FCD;
}
.BgClassName
{
background-color: #717FCD;
}
</style>
border-color css
<style>
span { border-color: #717FCD; }
span { border-color: rgb(113,127,205); }
td.TdClassName
{
border-color: #717FCD;
}
.TagClassName
{
border-color: #717FCD;
}
</style>