Html Css Color HEX #717DDD Moody Blue

📋 copy color: '#717DDD'

red 113 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #717DDD

Tints of Moody Blue #717DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.23%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 24.62%
G = 27.23%
B = 48.15%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#717DDD (or 0x717DDD) is known color: Moody Blue. HEX triplet: 71, 7D and DD. RGB value is (113,125,221). Sum of RGB (Red+Green+Blue) = 113+125+221=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #717DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DDD is #8E8222. Grayscale: #838383. Windows color (decimal): -9339427 or 14515569. OLE color: 14515569.

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

Color convert

RGB 113 125 221 -
CMYK 0.49 0.43 0 0.13
HSL 233.33º 0.61% 0.65% -
HSV(B) 233.33º 0.49% 0.87% -
XYZ 27.19 23.4 71.49 -
YUV 132.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 113 125 221 0.49 0.43 0 0.13 233.33 0.61 0.65
Hex 71 7D DD 31 2B 0 D E9 3D 41
Octal 161 175 335 61 53 0 15 351 75 101
Binary 1110001 1111101 11011101 110001 101011 0 1101 11101001 111101 1000001

Color Harmonies of #717DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DDD

Black with #717DDD

Text Example


Text Example

White with #717DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,125,221); }

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

background-color css

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

 a { background-color: rgb(113,125,221); }

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

border-color css

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

 span { border-color: rgb(113,125,221); }

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