#717DD1

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

Shades of Wild Blue Yonder #717DD1

Tints of Wild Blue Yonder #717DD1

Color information

#717DD1 (or 0x717DD1) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7D and D1. RGB value is (113,125,209). Sum of RGB (Red+Green+Blue) = 113+125+209=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #717DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DD1 is #8E822E. Grayscale: #828282. Windows color (decimal): -9339439 or 13729137. OLE color: 13729137.

HSL color Cylindrical-coordinate representation of color #717DD1: hue angle of 232.5º 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 #717DD1 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113125209-
CMYK0.460.4000.18
HSL232.5º51.06%63.14%-
HSV(B)232.5º45.93%81.96%-
XYZ25.6522.7863.37-
YUV130.99172.02115.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.28%
GREEN value IS 125 (49.22% from 255) = 27.96%
BLUE value IS 209 (82.03% from 255) = 46.76%
R=25.28%
G=27.96%
B=46.76%

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
Decimal1131252090.460.4000.18232.551.0663.14
Hex717DD12E28012e8333f
Octal16117532156500223506377
Binary111000111111011101000110111010100001001011101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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