Html Css Color HEX #7A6ABA Moody Blue

📋 copy color: '#7A6ABA'

red 122 ◦ green 106 ◦ blue 186

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

Shades of Moody Blue #7A6ABA

Tints of Moody Blue #7A6ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 29.47%
G = 25.6%
B = 44.93%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A6ABA (or 0x7A6ABA) is known color: Moody Blue. HEX triplet: 7A, 6A and BA. RGB value is (122,106,186). Sum of RGB (Red+Green+Blue) = 122+106+186=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A6ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ABA is #859545. Grayscale: #777777. Windows color (decimal): -8754502 or 12216954. OLE color: 12216954.

HSL color Cylindrical-coordinate representation of color #7A6ABA: hue angle of 252º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6ABA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 106 186 -
CMYK 0.34 0.43 0 0.27
HSL 252º 0.37% 0.57% -
HSV(B) 252º 0.43% 0.73% -
XYZ 22.04 17.99 48.77 -
YUV 119.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 122 106 186 0.34 0.43 0 0.27 252 0.37 0.57
Hex 7A 6A BA 22 2B 0 1B FC 25 39
Octal 172 152 272 42 53 0 33 374 45 71
Binary 1111010 1101010 10111010 100010 101011 0 11011 11111100 100101 111001

Color Harmonies of #7A6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6ABA

Black with #7A6ABA

Text Example


Text Example

White with #7A6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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