Html Css Color HEX #7D79D7 Moody Blue

📋 copy color: '#7D79D7'

red 125 ◦ green 121 ◦ blue 215

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

Shades of Moody Blue #7D79D7

Tints of Moody Blue #7D79D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.64%

R = 27.11%
G = 26.25%
B = 46.64%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7D79D7 (or 0x7D79D7) is known color: Moody Blue. HEX triplet: 7D, 79 and D7. RGB value is (125,121,215). Sum of RGB (Red+Green+Blue) = 125+121+215=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D79D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79D7 is #828628. Grayscale: #848484. Windows color (decimal): -8554025 or 14121341. OLE color: 14121341.

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

Color convert

RGB 125 121 215 -
CMYK 0.42 0.44 0 0.16
HSL 242.55º 0.54% 0.66% -
HSV(B) 242.55º 0.44% 0.84% -
XYZ 27.56 22.94 67.27 -
YUV 132.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 125 121 215 0.42 0.44 0 0.16 242.55 0.54 0.66
Hex 7D 79 D7 2A 2C 0 10 F3 36 42
Octal 175 171 327 52 54 0 20 363 66 102
Binary 1111101 1111001 11010111 101010 101100 0 10000 11110011 110110 1000010

Color Harmonies of #7D79D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79D7

Black with #7D79D7

Text Example


Text Example

White with #7D79D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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