Html Css Color HEX #7A6DD1 Moody Blue

📋 copy color: '#7A6DD1'

red 122 ◦ green 109 ◦ blue 209

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

Shades of Moody Blue #7A6DD1

Tints of Moody Blue #7A6DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.5%

R = 27.73%
G = 24.77%
B = 47.5%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7A6DD1 (or 0x7A6DD1) is known color: Moody Blue. HEX triplet: 7A, 6D and D1. RGB value is (122,109,209). Sum of RGB (Red+Green+Blue) = 122+109+209=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A6DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DD1 is #85922E. Grayscale: #7B7B7B. Windows color (decimal): -8753711 or 13725050. OLE color: 13725050.

HSL color Cylindrical-coordinate representation of color #7A6DD1: hue angle of 247.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A6DD1 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 109 209 -
CMYK 0.42 0.48 0 0.18
HSL 247.8º 0.52% 0.62% -
HSV(B) 247.8º 0.48% 0.82% -
XYZ 25 19.68 62.8 -
YUV 124.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 122 109 209 0.42 0.48 0 0.18 247.8 0.52 0.62
Hex 7A 6D D1 2A 30 0 12 F8 34 3E
Octal 172 155 321 52 60 0 22 370 64 76
Binary 1111010 1101101 11010001 101010 110000 0 10010 11111000 110100 111110

Color Harmonies of #7A6DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DD1

Black with #7A6DD1

Text Example


Text Example

White with #7A6DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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