Shades of Wild Blue Yonder #717CBF
Tints of Wild Blue Yonder #717CBF
RGB
CMYK
RGB Variations
Color information
#717CBF (or 0x717CBF) is known color: Wild Blue Yonder. HEX triplet: 71, 7C and BF. RGB value is (113,124,191). Sum of RGB (Red+Green+Blue) = 113+124+191=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #717CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CBF is #8E8340. Grayscale: #808080. Windows color (decimal): -9339713 or 12549233. OLE color: 12549233.
HSL color Cylindrical-coordinate representation of color #717CBF: hue angle of 231.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #717CBF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 124 | 191 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.25 |
| HSL | 231.54º | 0.38% | 0.6% | - |
| HSV(B) | 231.54º | 0.41% | 0.75% | - |
| XYZ | 23.42 | 21.69 | 52.24 | - |
| YUV | 128.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 191 | 0.41 | 0.35 | 0 | 0.25 | 231.54 | 0.38 | 0.6 |
| Hex | 71 | 7C | BF | 29 | 23 | 0 | 19 | E8 | 26 | 3C |
| Octal | 161 | 174 | 277 | 51 | 43 | 0 | 31 | 350 | 46 | 74 |
| Binary | 1110001 | 1111100 | 10111111 | 101001 | 100011 | 0 | 11001 | 11101000 | 100110 | 111100 |
Color Harmonies of #717CBF
Complementary color
Monochromatic Colors of #717CBF
Black with #717CBF
Text Example
Text Example
White with #717CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717CBF; }
p { color: rgb(113,124,191); }
H1.HeaderClassName
{
color: #717CBF;
}
.AnyTagClassName
{
color: #717CBF;
}
</style>
background-color css
<style>
a { background-color: #717CBF; }
a { background-color: rgb(113,124,191); }
div.DivClassName
{
background-color: #717CBF;
}
.BgClassName
{
background-color: #717CBF;
}
</style>
border-color css
<style>
span { border-color: #717CBF; }
span { border-color: rgb(113,124,191); }
td.TdClassName
{
border-color: #717CBF;
}
.TagClassName
{
border-color: #717CBF;
}
</style>