Html Css Color HEX #7A6DCD Moody Blue

📋 copy color: '#7A6DCD'

red 122 ◦ green 109 ◦ blue 205

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

Shades of Moody Blue #7A6DCD

Tints of Moody Blue #7A6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 27.98%
G = 25%
B = 47.02%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A6DCD (or 0x7A6DCD) is known color: Moody Blue. HEX triplet: 7A, 6D and CD. RGB value is (122,109,205). Sum of RGB (Red+Green+Blue) = 122+109+205=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A6DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DCD is #859232. Grayscale: #7B7B7B. Windows color (decimal): -8753715 or 13462906. OLE color: 13462906.

HSL color Cylindrical-coordinate representation of color #7A6DCD: hue angle of 248.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A6DCD is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 109 205 -
CMYK 0.40 0.47 0 0.20
HSL 248.13º 0.49% 0.62% -
HSV(B) 248.13º 0.47% 0.8% -
XYZ 24.51 19.48 60.23 -
YUV 123.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 122 109 205 0.40 0.47 0 0.20 248.13 0.49 0.62
Hex 7A 6D CD 28 2F 0 14 F8 31 3E
Octal 172 155 315 50 57 0 24 370 61 76
Binary 1111010 1101101 11001101 101000 101111 0 10100 11111000 110001 111110

Color Harmonies of #7A6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DCD

Black with #7A6DCD

Text Example


Text Example

White with #7A6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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