Html Css Color HEX #7A6ED6 Moody Blue

📋 copy color: '#7A6ED6'

red 122 ◦ green 110 ◦ blue 214

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

Shades of Moody Blue #7A6ED6

Tints of Moody Blue #7A6ED6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.66%

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

R = 27.35%
G = 24.66%
B = 47.98%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7A6ED6 (or 0x7A6ED6) is known color: Moody Blue. HEX triplet: 7A, 6E and D6. RGB value is (122,110,214). Sum of RGB (Red+Green+Blue) = 122+110+214=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #7A6ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ED6 is #859129. Grayscale: #7D7D7D. Windows color (decimal): -8753450 or 14052986. OLE color: 14052986.

HSL color Cylindrical-coordinate representation of color #7A6ED6: hue angle of 246.92º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A6ED6 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 110 214 -
CMYK 0.43 0.49 0 0.16
HSL 246.92º 0.56% 0.64% -
HSV(B) 246.92º 0.49% 0.84% -
XYZ 25.74 20.14 66.15 -
YUV 125.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 122 110 214 0.43 0.49 0 0.16 246.92 0.56 0.64
Hex 7A 6E D6 2B 31 0 10 F7 38 40
Octal 172 156 326 53 61 0 20 367 70 100
Binary 1111010 1101110 11010110 101011 110001 0 10000 11110111 111000 1000000

Color Harmonies of #7A6ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6ED6

Black with #7A6ED6

Text Example


Text Example

White with #7A6ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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