#717dd6

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

Shades of Moody Blue #717DD6

Tints of Moody Blue #717DD6

Color information

#717DD6 (or 0x717DD6) is unknown color: approx Moody Blue. HEX triplet: 71, 7D and D6. RGB value is (113,125,214). Sum of RGB (Red+Green+Blue) = 113+125+214=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #717DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DD6 is #8E8229. Grayscale: #838383. Windows color (decimal): -9339434 or 14056817. OLE color: 14056817.

HSL color Cylindrical-coordinate representation of color #717DD6: hue angle of 232.87º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #717DD6 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB113125214-
CMYK0.470.4200.16
HSL232.87º55.19%64.12%-
HSV(B)232.87º47.2%83.92%-
XYZ26.2823.0366.68-
YUV131.56174.52114.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25%
GREEN value IS 125 (49.22% from 255) = 27.65%
BLUE value IS 214 (83.98% from 255) = 47.35%
R=25%
G=27.65%
B=47.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131252140.470.4200.16232.8755.1964.12
Hex717DD62F2A010e93740
Octal161175326575202035167100
Binary1110001111110111010110101111101010010000111010011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717dd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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