Html Css Color HEX #717EDB Moody Blue

📋 copy color: '#717EDB'

red 113 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #717EDB

Tints of Moody Blue #717EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 24.67%
G = 27.51%
B = 47.82%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#717EDB (or 0x717EDB) is known color: Moody Blue. HEX triplet: 71, 7E and DB. RGB value is (113,126,219). Sum of RGB (Red+Green+Blue) = 113+126+219=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #717EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717EDB is #8E8124. Grayscale: #848484. Windows color (decimal): -9339173 or 14384753. OLE color: 14384753.

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

Color convert

RGB 113 126 219 -
CMYK 0.48 0.42 0 0.14
HSL 232.64º 0.6% 0.65% -
HSV(B) 232.64º 0.48% 0.86% -
XYZ 27.06 23.55 70.14 -
YUV 132.72 176.69 113.94 -
System Red Green Blue C M Y K H S L
Decimal 113 126 219 0.48 0.42 0 0.14 232.64 0.6 0.65
Hex 71 7E DB 30 2A 0 E E9 3C 41
Octal 161 176 333 60 52 0 16 351 74 101
Binary 1110001 1111110 11011011 110000 101010 0 1110 11101001 111100 1000001

Color Harmonies of #717EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717EDB

Black with #717EDB

Text Example


Text Example

White with #717EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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