Html Css Color HEX #7A6DBE Moody Blue

📋 copy color: '#7A6DBE'

red 122 ◦ green 109 ◦ blue 190

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

Shades of Moody Blue #7A6DBE

Tints of Moody Blue #7A6DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 28.98%
G = 25.89%
B = 45.13%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A6DBE (or 0x7A6DBE) is known color: Moody Blue. HEX triplet: 7A, 6D and BE. RGB value is (122,109,190). Sum of RGB (Red+Green+Blue) = 122+109+190=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DBE is #859241. Grayscale: #797979. Windows color (decimal): -8753730 or 12479866. OLE color: 12479866.

HSL color Cylindrical-coordinate representation of color #7A6DBE: hue angle of 249.63º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6DBE is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 109 190 -
CMYK 0.36 0.43 0 0.25
HSL 249.63º 0.38% 0.59% -
HSV(B) 249.63º 0.43% 0.75% -
XYZ 22.79 18.79 51.14 -
YUV 122.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 122 109 190 0.36 0.43 0 0.25 249.63 0.38 0.59
Hex 7A 6D BE 24 2B 0 19 FA 26 3B
Octal 172 155 276 44 53 0 31 372 46 73
Binary 1111010 1101101 10111110 100100 101011 0 11001 11111010 100110 111011

Color Harmonies of #7A6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DBE

Black with #7A6DBE

Text Example


Text Example

White with #7A6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,109,190); }

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

background-color css

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

 a { background-color: rgb(122,109,190); }

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

border-color css

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

 span { border-color: rgb(122,109,190); }

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