Html Css Color HEX #7A7EDC Moody Blue

📋 copy color: '#7A7EDC'

red 122 ◦ green 126 ◦ blue 220

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

Shades of Moody Blue #7A7EDC

Tints of Moody Blue #7A7EDC

RGB

 RED value IS 122 (48.05% from 255) = 26.07%

 GREEN value IS 126 (49.61% from 255) = 26.92%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 26.07%
G = 26.92%
B = 47.01%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A7EDC (or 0x7A7EDC) is known color: Moody Blue. HEX triplet: 7A, 7E and DC. RGB value is (122,126,220). Sum of RGB (Red+Green+Blue) = 122+126+220=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A7EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7EDC is #858123. Grayscale: #878787. Windows color (decimal): -8749348 or 14450298. OLE color: 14450298.

HSL color Cylindrical-coordinate representation of color #7A7EDC: hue angle of 237.55º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7EDC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 126 220 -
CMYK 0.45 0.43 0 0.14
HSL 237.55º 0.58% 0.67% -
HSV(B) 237.55º 0.45% 0.86% -
XYZ 28.41 24.23 70.89 -
YUV 135.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 122 126 220 0.45 0.43 0 0.14 237.55 0.58 0.67
Hex 7A 7E DC 2D 2B 0 E EE 3A 43
Octal 172 176 334 55 53 0 16 356 72 103
Binary 1111010 1111110 11011100 101101 101011 0 1110 11101110 111010 1000011

Color Harmonies of #7A7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7EDC

Black with #7A7EDC

Text Example


Text Example

White with #7A7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,126,220); }

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

background-color css

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

 a { background-color: rgb(122,126,220); }

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

border-color css

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

 span { border-color: rgb(122,126,220); }

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