Html Css Color HEX #717EDC Moody Blue

📋 copy color: '#717EDC'

red 113 ◦ green 126 ◦ blue 220

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

Shades of Moody Blue #717EDC

Tints of Moody Blue #717EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 24.62%
G = 27.45%
B = 47.93%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#717EDC (or 0x717EDC) is known color: Moody Blue. HEX triplet: 71, 7E and DC. RGB value is (113,126,220). Sum of RGB (Red+Green+Blue) = 113+126+220=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #717EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EDC is #8E8123. Grayscale: #848484. Windows color (decimal): -9339172 or 14450289. OLE color: 14450289.

HSL color Cylindrical-coordinate representation of color #717EDC: hue angle of 232.71º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #717EDC is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 126 220 -
CMYK 0.49 0.43 0 0.14
HSL 232.71º 0.6% 0.65% -
HSV(B) 232.71º 0.49% 0.86% -
XYZ 27.19 23.6 70.83 -
YUV 132.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 113 126 220 0.49 0.43 0 0.14 232.71 0.6 0.65
Hex 71 7E DC 31 2B 0 E E9 3C 41
Octal 161 176 334 61 53 0 16 351 74 101
Binary 1110001 1111110 11011100 110001 101011 0 1110 11101001 111100 1000001

Color Harmonies of #717EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717EDC

Black with #717EDC

Text Example


Text Example

White with #717EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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