Html Css Color HEX #717EDA Moody Blue

📋 copy color: '#717EDA'

red 113 ◦ green 126 ◦ blue 218

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

Shades of Moody Blue #717EDA

Tints of Moody Blue #717EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 24.73%
G = 27.57%
B = 47.7%

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

#717EDA (or 0x717EDA) is known color: Moody Blue. HEX triplet: 71, 7E and DA. RGB value is (113,126,218). Sum of RGB (Red+Green+Blue) = 113+126+218=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #717EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EDA is #8E8125. Grayscale: #848484. Windows color (decimal): -9339174 or 14319217. OLE color: 14319217.

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

Color convert

RGB 113 126 218 -
CMYK 0.48 0.42 0 0.15
HSL 232.57º 0.59% 0.65% -
HSV(B) 232.57º 0.48% 0.85% -
XYZ 26.93 23.49 69.45 -
YUV 132.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 113 126 218 0.48 0.42 0 0.15 232.57 0.59 0.65
Hex 71 7E DA 30 2A 0 F E9 3B 41
Octal 161 176 332 60 52 0 17 351 73 101
Binary 1110001 1111110 11011010 110000 101010 0 1111 11101001 111011 1000001

Color Harmonies of #717EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717EDA

Black with #717EDA

Text Example


Text Example

White with #717EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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