#717EB4

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

Shades of Wild Blue Yonder #717EB4

Tints of Wild Blue Yonder #717EB4

Color information

#717EB4 (or 0x717EB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 7E and B4. RGB value is (113,126,180). Sum of RGB (Red+Green+Blue) = 113+126+180=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #717EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EB4 is #8E814B. Grayscale: #808080. Windows color (decimal): -9339212 or 11828849. OLE color: 11828849.

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

Color convert

RGB113126180-
CMYK0.370.300.29
HSL228.36º30.88%57.45%-
HSV(B)228.36º37.22%70.59%-
XYZ22.5121.7346.19-
YUV128.27157.19117.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=26.97%
G=30.07%
B=42.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131261800.370.300.29228.3630.8857.45
Hex717EB4251E01De41f39
Octal16117626445360353443771
Binary1110001111111010110100100101111100111011110010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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