Shades of Wild Blue Yonder #717FBA
Tints of Wild Blue Yonder #717FBA
RGB
CMYK
RGB Variations
Color information
#717FBA (or 0x717FBA) is known color: Wild Blue Yonder. HEX triplet: 71, 7F and BA. RGB value is (113,127,186). Sum of RGB (Red+Green+Blue) = 113+127+186=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #717FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FBA is #8E8045. Grayscale: #818181. Windows color (decimal): -9338950 or 12222321. OLE color: 12222321.
HSL color Cylindrical-coordinate representation of color #717FBA: hue angle of 228.49º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #717FBA is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 127 | 186 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.27 |
| HSL | 228.49º | 0.35% | 0.59% | - |
| HSV(B) | 228.49º | 0.39% | 0.73% | - |
| XYZ | 23.26 | 22.23 | 49.52 | - |
| YUV | 129.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 186 | 0.39 | 0.32 | 0 | 0.27 | 228.49 | 0.35 | 0.59 |
| Hex | 71 | 7F | BA | 27 | 20 | 0 | 1B | E4 | 23 | 3B |
| Octal | 161 | 177 | 272 | 47 | 40 | 0 | 33 | 344 | 43 | 73 |
| Binary | 1110001 | 1111111 | 10111010 | 100111 | 100000 | 0 | 11011 | 11100100 | 100011 | 111011 |
Color Harmonies of #717FBA
Complementary color
Monochromatic Colors of #717FBA
Black with #717FBA
Text Example
Text Example
White with #717FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FBA; }
p { color: rgb(113,127,186); }
H1.HeaderClassName
{
color: #717FBA;
}
.AnyTagClassName
{
color: #717FBA;
}
</style>
background-color css
<style>
a { background-color: #717FBA; }
a { background-color: rgb(113,127,186); }
div.DivClassName
{
background-color: #717FBA;
}
.BgClassName
{
background-color: #717FBA;
}
</style>
border-color css
<style>
span { border-color: #717FBA; }
span { border-color: rgb(113,127,186); }
td.TdClassName
{
border-color: #717FBA;
}
.TagClassName
{
border-color: #717FBA;
}
</style>