Shades of Wild Blue Yonder #717ECB
Tints of Wild Blue Yonder #717ECB
RGB
CMYK
RGB Variations
Color information
#717ECB (or 0x717ECB) is known color: Wild Blue Yonder. HEX triplet: 71, 7E and CB. RGB value is (113,126,203). Sum of RGB (Red+Green+Blue) = 113+126+203=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #717ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ECB is #8E8134. Grayscale: #828282. Windows color (decimal): -9339189 or 13336177. OLE color: 13336177.
HSL color Cylindrical-coordinate representation of color #717ECB: hue angle of 231.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #717ECB is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 126 | 203 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.20 |
| HSL | 231.33º | 0.46% | 0.62% | - |
| HSV(B) | 231.33º | 0.44% | 0.8% | - |
| XYZ | 25.05 | 22.74 | 59.57 | - |
| YUV | 130.89 | 168.69 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 203 | 0.44 | 0.38 | 0 | 0.20 | 231.33 | 0.46 | 0.62 |
| Hex | 71 | 7E | CB | 2C | 26 | 0 | 14 | E7 | 2E | 3E |
| Octal | 161 | 176 | 313 | 54 | 46 | 0 | 24 | 347 | 56 | 76 |
| Binary | 1110001 | 1111110 | 11001011 | 101100 | 100110 | 0 | 10100 | 11100111 | 101110 | 111110 |
Color Harmonies of #717ECB
Complementary color
Monochromatic Colors of #717ECB
Black with #717ECB
Text Example
Text Example
White with #717ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717ECB; }
p { color: rgb(113,126,203); }
H1.HeaderClassName
{
color: #717ECB;
}
.AnyTagClassName
{
color: #717ECB;
}
</style>
background-color css
<style>
a { background-color: #717ECB; }
a { background-color: rgb(113,126,203); }
div.DivClassName
{
background-color: #717ECB;
}
.BgClassName
{
background-color: #717ECB;
}
</style>
border-color css
<style>
span { border-color: #717ECB; }
span { border-color: rgb(113,126,203); }
td.TdClassName
{
border-color: #717ECB;
}
.TagClassName
{
border-color: #717ECB;
}
</style>