Html Css Color HEX #717CD1 Moody Blue

📋 copy color: '#717CD1'

red 113 ◦ green 124 ◦ blue 209

#717CD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #717CD1

Tints of Moody Blue #717CD1

RGB

 RED value IS 113 (44.53% from 255) = 25.34%

 GREEN value IS 124 (48.83% from 255) = 27.8%

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 25.34%
G = 27.8%
B = 46.86%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#717CD1 (or 0x717CD1) is known color: 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

RGB 113 124 209 -
CMYK 0.46 0.41 0 0.18
HSL 233.13º 0.51% 0.63% -
HSV(B) 233.13º 0.46% 0.82% -
XYZ 25.53 22.53 63.32 -
YUV 130.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 113 124 209 0.46 0.41 0 0.18 233.13 0.51 0.63
Hex 71 7C D1 2E 29 0 12 E9 33 3F
Octal 161 174 321 56 51 0 22 351 63 77
Binary 1110001 1111100 11010001 101110 101001 0 10010 11101001 110011 111111

Color Harmonies of #717CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CD1

Black with #717CD1

Text Example


Text Example

White with #717CD1

Text Example


Text Example

HTML Codes & Css Web 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>