Html Css Color HEX #7D79C9 Moody Blue

📋 copy color: '#7D79C9'

red 125 ◦ green 121 ◦ blue 201

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

Shades of Moody Blue #7D79C9

Tints of Moody Blue #7D79C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 27.96%
G = 27.07%
B = 44.97%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D79C9 (or 0x7D79C9) is known color: Moody Blue. HEX triplet: 7D, 79 and C9. RGB value is (125,121,201). Sum of RGB (Red+Green+Blue) = 125+121+201=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D79C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79C9 is #828636. Grayscale: #838383. Windows color (decimal): -8554039 or 13203837. OLE color: 13203837.

HSL color Cylindrical-coordinate representation of color #7D79C9: hue angle of 243º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D79C9 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 121 201 -
CMYK 0.38 0.40 0 0.21
HSL 243º 0.43% 0.63% -
HSV(B) 243º 0.4% 0.79% -
XYZ 25.84 22.25 58.19 -
YUV 131.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 125 121 201 0.38 0.40 0 0.21 243 0.43 0.63
Hex 7D 79 C9 26 28 0 15 F3 2B 3F
Octal 175 171 311 46 50 0 25 363 53 77
Binary 1111101 1111001 11001001 100110 101000 0 10101 11110011 101011 111111

Color Harmonies of #7D79C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D79C9

Black with #7D79C9

Text Example


Text Example

White with #7D79C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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