#717DDA

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

Shades of Moody Blue #717DDA

Tints of Moody Blue #717DDA

Color information

#717DDA (or 0x717DDA) is unknown color: approx Moody Blue. HEX triplet: 71, 7D and DA. RGB value is (113,125,218). Sum of RGB (Red+Green+Blue) = 113+125+218=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #717DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DDA is #8E8225. Grayscale: #838383. Windows color (decimal): -9339430 or 14318961. OLE color: 14318961.

HSL color Cylindrical-coordinate representation of color #717DDA: hue angle of 233.14º 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 #717DDA is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113125218-
CMYK0.480.4300.15
HSL233.14º58.66%64.9%-
HSV(B)233.14º48.17%85.49%-
XYZ26.823.2469.4-
YUV132.01176.52114.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.78%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 218 (85.55% from 255) = 47.81%
R=24.78%
G=27.41%
B=47.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131252180.480.4300.15233.1458.6664.9
Hex717DDA302B0Fe93b41
Octal161175332605301735173101
Binary111000111111011101101011000010101101111111010011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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