Html Css Color HEX #7A6DBF Moody Blue

📋 copy color: '#7A6DBF'

red 122 ◦ green 109 ◦ blue 191

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

Shades of Moody Blue #7A6DBF

Tints of Moody Blue #7A6DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 28.91%
G = 25.83%
B = 45.26%

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

#7A6DBF (or 0x7A6DBF) is known color: Moody Blue. HEX triplet: 7A, 6D and BF. RGB value is (122,109,191). Sum of RGB (Red+Green+Blue) = 122+109+191=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A6DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DBF is #859240. Grayscale: #797979. Windows color (decimal): -8753729 or 12545402. OLE color: 12545402.

HSL color Cylindrical-coordinate representation of color #7A6DBF: hue angle of 249.51º degrees, saturation: 0.39, 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 #7A6DBF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 109 191 -
CMYK 0.36 0.43 0 0.25
HSL 249.51º 0.39% 0.59% -
HSV(B) 249.51º 0.43% 0.75% -
XYZ 22.9 18.84 51.72 -
YUV 122.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 122 109 191 0.36 0.43 0 0.25 249.51 0.39 0.59
Hex 7A 6D BF 24 2B 0 19 FA 27 3B
Octal 172 155 277 44 53 0 31 372 47 73
Binary 1111010 1101101 10111111 100100 101011 0 11001 11111010 100111 111011

Color Harmonies of #7A6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DBF

Black with #7A6DBF

Text Example


Text Example

White with #7A6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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