Html Css Color HEX #717CDC Moody Blue

📋 copy color: '#717CDC'

red 113 ◦ green 124 ◦ blue 220

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

Shades of Moody Blue #717CDC

Tints of Moody Blue #717CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

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

R = 24.73%
G = 27.13%
B = 48.14%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#717CDC (or 0x717CDC) is known color: Moody Blue. HEX triplet: 71, 7C and DC. RGB value is (113,124,220). Sum of RGB (Red+Green+Blue) = 113+124+220=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #717CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CDC is #8E8323. Grayscale: #838383. Windows color (decimal): -9339684 or 14449777. OLE color: 14449777.

HSL color Cylindrical-coordinate representation of color #717CDC: hue angle of 233.83º 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 #717CDC is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 124 220 -
CMYK 0.49 0.44 0 0.14
HSL 233.83º 0.6% 0.65% -
HSV(B) 233.83º 0.49% 0.86% -
XYZ 26.94 23.09 70.75 -
YUV 131.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 113 124 220 0.49 0.44 0 0.14 233.83 0.6 0.65
Hex 71 7C DC 31 2C 0 E EA 3C 41
Octal 161 174 334 61 54 0 16 352 74 101
Binary 1110001 1111100 11011100 110001 101100 0 1110 11101010 111100 1000001

Color Harmonies of #717CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CDC

Black with #717CDC

Text Example


Text Example

White with #717CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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