Html Css Color HEX #7A7ED6 Moody Blue

📋 copy color: '#7A7ED6'

red 122 ◦ green 126 ◦ blue 214

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

Shades of Moody Blue #7A7ED6

Tints of Moody Blue #7A7ED6

RGB

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

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

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

R = 26.41%
G = 27.27%
B = 46.32%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7A7ED6 (or 0x7A7ED6) is known color: Moody Blue. HEX triplet: 7A, 7E and D6. RGB value is (122,126,214). Sum of RGB (Red+Green+Blue) = 122+126+214=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #7A7ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ED6 is #858129. Grayscale: #868686. Windows color (decimal): -8749354 or 14057082. OLE color: 14057082.

HSL color Cylindrical-coordinate representation of color #7A7ED6: hue angle of 237.39º 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 #7A7ED6 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 126 214 -
CMYK 0.43 0.41 0 0.16
HSL 237.39º 0.53% 0.66% -
HSV(B) 237.39º 0.43% 0.84% -
XYZ 27.62 23.91 66.78 -
YUV 134.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 122 126 214 0.43 0.41 0 0.16 237.39 0.53 0.66
Hex 7A 7E D6 2B 29 0 10 ED 35 42
Octal 172 176 326 53 51 0 20 355 65 102
Binary 1111010 1111110 11010110 101011 101001 0 10000 11101101 110101 1000010

Color Harmonies of #7A7ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7ED6

Black with #7A7ED6

Text Example


Text Example

White with #7A7ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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