#717EDA

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

Shades of Moody Blue #717EDA

Tints of Moody Blue #717EDA

Color information

#717EDA (or 0x717EDA) is unknown color: approx Moody Blue. HEX triplet: 71, 7E and DA. RGB value is (113,126,218). Sum of RGB (Red+Green+Blue) = 113+126+218=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #717EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EDA is #8E8125. Grayscale: #848484. Windows color (decimal): -9339174 or 14319217. OLE color: 14319217.

HSL color Cylindrical-coordinate representation of color #717EDA: hue angle of 232.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #717EDA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113126218-
CMYK0.480.4200.15
HSL232.57º58.66%64.9%-
HSV(B)232.57º48.17%85.49%-
XYZ26.9323.4969.45-
YUV132.6176.19114.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 218 (85.55% from 255) = 47.70%
R=24.73%
G=27.57%
B=47.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131262180.480.4200.15232.5758.6664.9
Hex717EDA302A0Fe93b41
Octal161176332605201735173101
Binary111000111111101101101011000010101001111111010011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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