#717ED1

Color #717ED1 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #717ED1

Tints of Wild Blue Yonder #717ED1

Color information

#717ED1 (or 0x717ED1) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7E and D1. RGB value is (113,126,209). Sum of RGB (Red+Green+Blue) = 113+126+209=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #717ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ED1 is #8E812E. Grayscale: #838383. Windows color (decimal): -9339183 or 13729393. OLE color: 13729393.

HSL color Cylindrical-coordinate representation of color #717ED1: hue angle of 231.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #717ED1 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113126209-
CMYK0.460.4000.18
HSL231.88º51.06%63.14%-
HSV(B)231.88º45.93%81.96%-
XYZ25.7823.0463.41-
YUV131.57171.69114.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 25.22%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 209 (82.03% from 255) = 46.65%
R=25.22%
G=28.12%
B=46.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131262090.460.4000.18231.8851.0663.14
Hex717ED12E28012e8333f
Octal16117632156500223506377
Binary111000111111101101000110111010100001001011101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717ED1; }

 p { color: rgb(113,126,209); }

 H1.HeaderClassName
 {
   color: #717ED1;
 }
 .AnyTagClassName
 {
   color: #717ED1;
 }
</style>
background-color css

<style>
 a { background-color: #717ED1; }

 a { background-color: rgb(113,126,209); }

 div.DivClassName
 {
   background-color: #717ED1;
 }
 .BgClassName
 {
   background-color: #717ED1;
 }
</style>
border-color css

<style>
 span { border-color: #717ED1; }

 span { border-color: rgb(113,126,209); }

 td.TdClassName
 {
   border-color: #717ED1;
 }
 .TagClassName
 {
   border-color: #717ED1;
 }
</style>