Html Css Color HEX #717ED9 Moody Blue

📋 copy color: '#717ED9'

red 113 ◦ green 126 ◦ blue 217

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

Shades of Moody Blue #717ED9

Tints of Moody Blue #717ED9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.63%

 BLUE value IS 217 (85.16% from 255) = 47.59%

R = 24.78%
G = 27.63%
B = 47.59%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#717ED9 (or 0x717ED9) is known color: Moody Blue. HEX triplet: 71, 7E and D9. RGB value is (113,126,217). Sum of RGB (Red+Green+Blue) = 113+126+217=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #717ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ED9 is #8E8126. Grayscale: #848484. Windows color (decimal): -9339175 or 14253681. OLE color: 14253681.

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

Color convert

RGB 113 126 217 -
CMYK 0.48 0.42 0 0.15
HSL 232.5º 0.58% 0.65% -
HSV(B) 232.5º 0.48% 0.85% -
XYZ 26.8 23.44 68.76 -
YUV 132.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 113 126 217 0.48 0.42 0 0.15 232.5 0.58 0.65
Hex 71 7E D9 30 2A 0 F E8 3A 41
Octal 161 176 331 60 52 0 17 350 72 101
Binary 1110001 1111110 11011001 110000 101010 0 1111 11101000 111010 1000001

Color Harmonies of #717ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717ED9

Black with #717ED9

Text Example


Text Example

White with #717ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,126,217); }

 H1.HeaderClassName
 {
   color: #717ED9;
 }
 .AnyTagClassName
 {
   color: #717ED9;
 }
</style>

background-color css

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

 a { background-color: rgb(113,126,217); }

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

border-color css

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

 span { border-color: rgb(113,126,217); }

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