#717DB1

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

Shades of Wild Blue Yonder #717DB1

Tints of Wild Blue Yonder #717DB1

Color information

#717DB1 (or 0x717DB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7D and B1. RGB value is (113,125,177). Sum of RGB (Red+Green+Blue) = 113+125+177=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #717DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717DB1 is #8E824E. Grayscale: #7F7F7F. Windows color (decimal): -9339471 or 11631985. OLE color: 11631985.

HSL color Cylindrical-coordinate representation of color #717DB1: hue angle of 228.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #717DB1 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113125177-
CMYK0.360.2900.31
HSL228.75º29.09%56.86%-
HSV(B)228.75º36.16%69.41%-
XYZ22.0821.3544.55-
YUV127.34156.02117.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.23%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 177 (69.53% from 255) = 42.65%
R=27.23%
G=30.12%
B=42.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131251770.360.2900.31228.7529.0956.86
Hex717DB1241D01Fe51d39
Octal16117526144350373453571
Binary1110001111110110110001100100111010111111110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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