Html Css Color HEX #7C79DC Moody Blue

📋 copy color: '#7C79DC'

red 124 ◦ green 121 ◦ blue 220

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

Shades of Moody Blue #7C79DC

Tints of Moody Blue #7C79DC

RGB

 RED value IS 124 (48.83% from 255) = 26.67%

 GREEN value IS 121 (47.66% from 255) = 26.02%

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

R = 26.67%
G = 26.02%
B = 47.31%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C79DC (or 0x7C79DC) is known color: Moody Blue. HEX triplet: 7C, 79 and DC. RGB value is (124,121,220). Sum of RGB (Red+Green+Blue) = 124+121+220=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C79DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79DC is #838623. Grayscale: #848484. Windows color (decimal): -8619556 or 14449020. OLE color: 14449020.

HSL color Cylindrical-coordinate representation of color #7C79DC: hue angle of 241.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C79DC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 121 220 -
CMYK 0.44 0.45 0 0.14
HSL 241.82º 0.59% 0.67% -
HSV(B) 241.82º 0.45% 0.86% -
XYZ 28.07 23.13 70.69 -
YUV 133.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 124 121 220 0.44 0.45 0 0.14 241.82 0.59 0.67
Hex 7C 79 DC 2C 2D 0 E F2 3B 43
Octal 174 171 334 54 55 0 16 362 73 103
Binary 1111100 1111001 11011100 101100 101101 0 1110 11110010 111011 1000011

Color Harmonies of #7C79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C79DC

Black with #7C79DC

Text Example


Text Example

White with #7C79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C79DC; }

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

 H1.HeaderClassName
 {
   color: #7C79DC;
 }
 .AnyTagClassName
 {
   color: #7C79DC;
 }
</style>

background-color css

<style>
 a { background-color: #7C79DC; }

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

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

border-color css

<style>
 span { border-color: #7C79DC; }

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

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