#717BD1

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

Shades of Moody Blue #717BD1

Tints of Moody Blue #717BD1

Color information

#717BD1 (or 0x717BD1) is unknown color: approx Moody Blue. HEX triplet: 71, 7B and D1. RGB value is (113,123,209). Sum of RGB (Red+Green+Blue) = 113+123+209=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #717BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717BD1 is #8E842E. Grayscale: #818181. Windows color (decimal): -9339951 or 13728625. OLE color: 13728625.

HSL color Cylindrical-coordinate representation of color #717BD1: hue angle of 233.75º 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 #717BD1 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB113123209-
CMYK0.460.4100.18
HSL233.75º51.06%63.14%-
HSV(B)233.75º45.93%81.96%-
XYZ25.422.2863.28-
YUV129.81172.69116.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.39%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 209 (82.03% from 255) = 46.97%
R=25.39%
G=27.64%
B=46.97%

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
Decimal1131232090.460.4100.18233.7551.0663.14
Hex717BD12E29012ea333f
Octal16117332156510223526377
Binary111000111110111101000110111010100101001011101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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