Html Css Color HEX #7C79BF Moody Blue

📋 copy color: '#7C79BF'

red 124 ◦ green 121 ◦ blue 191

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

Shades of Moody Blue #7C79BF

Tints of Moody Blue #7C79BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 28.44%
G = 27.75%
B = 43.81%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C79BF (or 0x7C79BF) is known color: Moody Blue. HEX triplet: 7C, 79 and BF. RGB value is (124,121,191). Sum of RGB (Red+Green+Blue) = 124+121+191=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C79BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C79BF is #838640. Grayscale: #818181. Windows color (decimal): -8619585 or 12548476. OLE color: 12548476.

HSL color Cylindrical-coordinate representation of color #7C79BF: hue angle of 242.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C79BF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 121 191 -
CMYK 0.35 0.37 0 0.25
HSL 242.57º 0.35% 0.61% -
HSV(B) 242.57º 0.37% 0.75% -
XYZ 24.55 21.72 52.19 -
YUV 129.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 124 121 191 0.35 0.37 0 0.25 242.57 0.35 0.61
Hex 7C 79 BF 23 25 0 19 F3 23 3D
Octal 174 171 277 43 45 0 31 363 43 75
Binary 1111100 1111001 10111111 100011 100101 0 11001 11110011 100011 111101

Color Harmonies of #7C79BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C79BF

Black with #7C79BF

Text Example


Text Example

White with #7C79BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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