#717ECD

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

Shades of Wild Blue Yonder #717ECD

Tints of Wild Blue Yonder #717ECD

Color information

#717ECD (or 0x717ECD) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7E and CD. RGB value is (113,126,205). Sum of RGB (Red+Green+Blue) = 113+126+205=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #717ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ECD is #8E8132. Grayscale: #828282. Windows color (decimal): -9339187 or 13467249. OLE color: 13467249.

HSL color Cylindrical-coordinate representation of color #717ECD: hue angle of 231.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #717ECD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113126205-
CMYK0.450.3900.20
HSL231.52º47.92%62.35%-
HSV(B)231.52º44.88%80.39%-
XYZ25.2922.8460.83-
YUV131.12169.69115.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=25.45%
G=28.38%
B=46.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131262050.450.3900.20231.5247.9262.35
Hex717ECD2D27014e8303e
Octal16117631555470243506076
Binary111000111111101100110110110110011101010011101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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