#717CD1

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

Shades of Moody Blue #717CD1

Tints of Moody Blue #717CD1

Color information

#717CD1 (or 0x717CD1) is unknown color: approx Moody Blue. HEX triplet: 71, 7C and D1. RGB value is (113,124,209). Sum of RGB (Red+Green+Blue) = 113+124+209=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #717CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CD1 is #8E832E. Grayscale: #828282. Windows color (decimal): -9339695 or 13728881. OLE color: 13728881.

HSL color Cylindrical-coordinate representation of color #717CD1: hue angle of 233.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #717CD1 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113124209-
CMYK0.460.4100.18
HSL233.12º51.06%63.14%-
HSV(B)233.12º45.93%81.96%-
XYZ25.5322.5363.32-
YUV130.4172.36115.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.34%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=25.34%
G=27.80%
B=46.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1131242090.460.4100.18233.1251.0663.14
Hex717CD12E29012e9333f
Octal16117432156510223516377
Binary111000111111001101000110111010100101001011101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,124,209); }

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

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

 a { background-color: rgb(113,124,209); }

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

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

 span { border-color: rgb(113,124,209); }

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