Html Css Color HEX #7D79D6 Moody Blue

📋 copy color: '#7D79D6'

red 125 ◦ green 121 ◦ blue 214

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

Shades of Moody Blue #7D79D6

Tints of Moody Blue #7D79D6

RGB

 RED value IS 125 (49.22% from 255) = 27.17%

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

 BLUE value IS 214 (83.98% from 255) = 46.52%

R = 27.17%
G = 26.3%
B = 46.52%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7D79D6 (or 0x7D79D6) is known color: Moody Blue. HEX triplet: 7D, 79 and D6. RGB value is (125,121,214). Sum of RGB (Red+Green+Blue) = 125+121+214=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D79D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79D6 is #828629. Grayscale: #848484. Windows color (decimal): -8554026 or 14055805. OLE color: 14055805.

HSL color Cylindrical-coordinate representation of color #7D79D6: hue angle of 242.58º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D79D6 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 121 214 -
CMYK 0.42 0.43 0 0.16
HSL 242.58º 0.53% 0.66% -
HSV(B) 242.58º 0.43% 0.84% -
XYZ 27.43 22.89 66.59 -
YUV 132.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 125 121 214 0.42 0.43 0 0.16 242.58 0.53 0.66
Hex 7D 79 D6 2A 2B 0 10 F3 35 42
Octal 175 171 326 52 53 0 20 363 65 102
Binary 1111101 1111001 11010110 101010 101011 0 10000 11110011 110101 1000010

Color Harmonies of #7D79D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79D6

Black with #7D79D6

Text Example


Text Example

White with #7D79D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,121,214); }

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

background-color css

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

 a { background-color: rgb(125,121,214); }

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

border-color css

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

 span { border-color: rgb(125,121,214); }

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