Html Css Color HEX #7E79CA Moody Blue

📋 copy color: '#7E79CA'

red 126 ◦ green 121 ◦ blue 202

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

Shades of Moody Blue #7E79CA

Tints of Moody Blue #7E79CA

RGB

 RED value IS 126 (49.61% from 255) = 28.06%

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 28.06%
G = 26.95%
B = 44.99%

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

#7E79CA (or 0x7E79CA) is known color: Moody Blue. HEX triplet: 7E, 79 and CA. RGB value is (126,121,202). Sum of RGB (Red+Green+Blue) = 126+121+202=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E79CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E79CA is #818635. Grayscale: #838383. Windows color (decimal): -8488502 or 13269374. OLE color: 13269374.

HSL color Cylindrical-coordinate representation of color #7E79CA: hue angle of 243.7º 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 #7E79CA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 126 121 202 -
CMYK 0.38 0.40 0 0.21
HSL 243.7º 0.43% 0.63% -
HSV(B) 243.7º 0.4% 0.79% -
XYZ 26.1 22.37 58.82 -
YUV 131.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 126 121 202 0.38 0.40 0 0.21 243.7 0.43 0.63
Hex 7E 79 CA 26 28 0 15 F4 2B 3F
Octal 176 171 312 46 50 0 25 364 53 77
Binary 1111110 1111001 11001010 100110 101000 0 10101 11110100 101011 111111

Color Harmonies of #7E79CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E79CA

Black with #7E79CA

Text Example


Text Example

White with #7E79CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,121,202); }

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

background-color css

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

 a { background-color: rgb(126,121,202); }

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

border-color css

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

 span { border-color: rgb(126,121,202); }

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