Shades of Wild Blue Yonder #717CBD
Tints of Wild Blue Yonder #717CBD
RGB
CMYK
RGB Variations
Color information
#717CBD (or 0x717CBD) is known color: Wild Blue Yonder. HEX triplet: 71, 7C and BD. RGB value is (113,124,189). Sum of RGB (Red+Green+Blue) = 113+124+189=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #717CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CBD is #8E8342. Grayscale: #7F7F7F. Windows color (decimal): -9339715 or 12418161. OLE color: 12418161.
HSL color Cylindrical-coordinate representation of color #717CBD: hue angle of 231.32º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #717CBD is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 124 | 189 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.26 |
| HSL | 231.32º | 0.37% | 0.59% | - |
| HSV(B) | 231.32º | 0.4% | 0.74% | - |
| XYZ | 23.2 | 21.6 | 51.09 | - |
| YUV | 128.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 189 | 0.40 | 0.34 | 0 | 0.26 | 231.32 | 0.37 | 0.59 |
| Hex | 71 | 7C | BD | 28 | 22 | 0 | 1A | E7 | 25 | 3B |
| Octal | 161 | 174 | 275 | 50 | 42 | 0 | 32 | 347 | 45 | 73 |
| Binary | 1110001 | 1111100 | 10111101 | 101000 | 100010 | 0 | 11010 | 11100111 | 100101 | 111011 |
Color Harmonies of #717CBD
Complementary color
Monochromatic Colors of #717CBD
Black with #717CBD
Text Example
Text Example
White with #717CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CBD; }
p { color: rgb(113,124,189); }
H1.HeaderClassName
{
color: #717CBD;
}
.AnyTagClassName
{
color: #717CBD;
}
</style>
background-color css
<style>
a { background-color: #717CBD; }
a { background-color: rgb(113,124,189); }
div.DivClassName
{
background-color: #717CBD;
}
.BgClassName
{
background-color: #717CBD;
}
</style>
border-color css
<style>
span { border-color: #717CBD; }
span { border-color: rgb(113,124,189); }
td.TdClassName
{
border-color: #717CBD;
}
.TagClassName
{
border-color: #717CBD;
}
</style>