Shades of Wild Blue Yonder #717FB9
Tints of Wild Blue Yonder #717FB9
RGB
CMYK
RGB Variations
Color information
#717FB9 (or 0x717FB9) is known color: Wild Blue Yonder. HEX triplet: 71, 7F and B9. RGB value is (113,127,185). Sum of RGB (Red+Green+Blue) = 113+127+185=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #717FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FB9 is #8E8046. Grayscale: #818181. Windows color (decimal): -9338951 or 12156785. OLE color: 12156785.
HSL color Cylindrical-coordinate representation of color #717FB9: hue angle of 228.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #717FB9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 127 | 185 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.27 |
| HSL | 228.33º | 0.34% | 0.58% | - |
| HSV(B) | 228.33º | 0.39% | 0.73% | - |
| XYZ | 23.16 | 22.19 | 48.96 | - |
| YUV | 129.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 185 | 0.39 | 0.31 | 0 | 0.27 | 228.33 | 0.34 | 0.58 |
| Hex | 71 | 7F | B9 | 27 | 1F | 0 | 1B | E4 | 22 | 3A |
| Octal | 161 | 177 | 271 | 47 | 37 | 0 | 33 | 344 | 42 | 72 |
| Binary | 1110001 | 1111111 | 10111001 | 100111 | 11111 | 0 | 11011 | 11100100 | 100010 | 111010 |
Color Harmonies of #717FB9
Complementary color
Monochromatic Colors of #717FB9
Black with #717FB9
Text Example
Text Example
White with #717FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717FB9; }
p { color: rgb(113,127,185); }
H1.HeaderClassName
{
color: #717FB9;
}
.AnyTagClassName
{
color: #717FB9;
}
</style>
background-color css
<style>
a { background-color: #717FB9; }
a { background-color: rgb(113,127,185); }
div.DivClassName
{
background-color: #717FB9;
}
.BgClassName
{
background-color: #717FB9;
}
</style>
border-color css
<style>
span { border-color: #717FB9; }
span { border-color: rgb(113,127,185); }
td.TdClassName
{
border-color: #717FB9;
}
.TagClassName
{
border-color: #717FB9;
}
</style>