Html Css Color HEX #7A6ACC Moody Blue

📋 copy color: '#7A6ACC'

red 122 ◦ green 106 ◦ blue 204

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

Shades of Moody Blue #7A6ACC

Tints of Moody Blue #7A6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 28.24%
G = 24.54%
B = 47.22%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A6ACC (or 0x7A6ACC) is known color: Moody Blue. HEX triplet: 7A, 6A and CC. RGB value is (122,106,204). Sum of RGB (Red+Green+Blue) = 122+106+204=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A6ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ACC is #859533. Grayscale: #797979. Windows color (decimal): -8754484 or 13396602. OLE color: 13396602.

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

Color convert

RGB 122 106 204 -
CMYK 0.40 0.48 0 0.2
HSL 249.8º 0.49% 0.61% -
HSV(B) 249.8º 0.48% 0.8% -
XYZ 24.08 18.81 59.49 -
YUV 121.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 122 106 204 0.40 0.48 0 0.2 249.8 0.49 0.61
Hex 7A 6A CC 28 30 0 14 FA 31 3D
Octal 172 152 314 50 60 0 24 372 61 75
Binary 1111010 1101010 11001100 101000 110000 0 10100 11111010 110001 111101

Color Harmonies of #7A6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6ACC

Black with #7A6ACC

Text Example


Text Example

White with #7A6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,106,204); }

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

background-color css

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

 a { background-color: rgb(122,106,204); }

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

border-color css

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

 span { border-color: rgb(122,106,204); }

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