#717DCA

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

Shades of Wild Blue Yonder #717DCA

Tints of Wild Blue Yonder #717DCA

Color information

#717DCA (or 0x717DCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7D and CA. RGB value is (113,125,202). Sum of RGB (Red+Green+Blue) = 113+125+202=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #717DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DCA is #8E8235. Grayscale: #818181. Windows color (decimal): -9339446 or 13270385. OLE color: 13270385.

HSL color Cylindrical-coordinate representation of color #717DCA: hue angle of 231.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #717DCA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113125202-
CMYK0.440.3800.21
HSL231.91º45.64%61.76%-
HSV(B)231.91º44.06%79.22%-
XYZ24.822.4458.9-
YUV130.19168.52115.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=25.68%
G=28.41%
B=45.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131252020.440.3800.21231.9145.6461.76
Hex717DCA2C26015e82e3e
Octal16117531254460253505676
Binary111000111111011100101010110010011001010111101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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