#717DD3

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

Shades of Moody Blue #717DD3

Tints of Moody Blue #717DD3

Color information

#717DD3 (or 0x717DD3) is unknown color: approx Moody Blue. HEX triplet: 71, 7D and D3. RGB value is (113,125,211). Sum of RGB (Red+Green+Blue) = 113+125+211=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #717DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DD3 is #8E822C. Grayscale: #828282. Windows color (decimal): -9339437 or 13860209. OLE color: 13860209.

HSL color Cylindrical-coordinate representation of color #717DD3: hue angle of 232.65º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #717DD3 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB113125211-
CMYK0.460.4100.17
HSL232.65º52.69%63.53%-
HSV(B)232.65º46.45%82.75%-
XYZ25.922.8864.68-
YUV131.22173.02115.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.17%
GREEN value IS 125 (49.22% from 255) = 27.84%
BLUE value IS 211 (82.81% from 255) = 46.99%
R=25.17%
G=27.84%
B=46.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1131252110.460.4100.17232.6552.6963.53
Hex717DD32E29011e93540
Octal161175323565102135165100
Binary1110001111110111010011101110101001010001111010011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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