Shades of Wild Blue Yonder #717FCC
Tints of Wild Blue Yonder #717FCC
RGB
CMYK
RGB Variations
Color information
#717FCC (or 0x717FCC) is known color: Wild Blue Yonder. HEX triplet: 71, 7F and CC. RGB value is (113,127,204). Sum of RGB (Red+Green+Blue) = 113+127+204=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #717FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FCC is #8E8033. Grayscale: #838383. Windows color (decimal): -9338932 or 13401969. OLE color: 13401969.
HSL color Cylindrical-coordinate representation of color #717FCC: hue angle of 230.77º 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 #717FCC is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 127 | 204 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.2 |
| HSL | 230.77º | 0.47% | 0.62% | - |
| HSV(B) | 230.77º | 0.45% | 0.8% | - |
| XYZ | 25.3 | 23.05 | 60.24 | - |
| YUV | 131.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 204 | 0.45 | 0.38 | 0 | 0.2 | 230.77 | 0.47 | 0.62 |
| Hex | 71 | 7F | CC | 2D | 26 | 0 | 14 | E7 | 2F | 3E |
| Octal | 161 | 177 | 314 | 55 | 46 | 0 | 24 | 347 | 57 | 76 |
| Binary | 1110001 | 1111111 | 11001100 | 101101 | 100110 | 0 | 10100 | 11100111 | 101111 | 111110 |
Color Harmonies of #717FCC
Complementary color
Monochromatic Colors of #717FCC
Black with #717FCC
Text Example
Text Example
White with #717FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FCC; }
p { color: rgb(113,127,204); }
H1.HeaderClassName
{
color: #717FCC;
}
.AnyTagClassName
{
color: #717FCC;
}
</style>
background-color css
<style>
a { background-color: #717FCC; }
a { background-color: rgb(113,127,204); }
div.DivClassName
{
background-color: #717FCC;
}
.BgClassName
{
background-color: #717FCC;
}
</style>
border-color css
<style>
span { border-color: #717FCC; }
span { border-color: rgb(113,127,204); }
td.TdClassName
{
border-color: #717FCC;
}
.TagClassName
{
border-color: #717FCC;
}
</style>