Html Css Color HEX #7A6ACA Moody Blue

📋 copy color: '#7A6ACA'

red 122 ◦ green 106 ◦ blue 202

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

Shades of Moody Blue #7A6ACA

Tints of Moody Blue #7A6ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 28.37%
G = 24.65%
B = 46.98%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A6ACA (or 0x7A6ACA) is known color: Moody Blue. HEX triplet: 7A, 6A and CA. RGB value is (122,106,202). Sum of RGB (Red+Green+Blue) = 122+106+202=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A6ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ACA is #859535. Grayscale: #797979. Windows color (decimal): -8754486 or 13265530. OLE color: 13265530.

HSL color Cylindrical-coordinate representation of color #7A6ACA: hue angle of 250º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A6ACA is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 106 202 -
CMYK 0.40 0.48 0 0.21
HSL 250º 0.48% 0.6% -
HSV(B) 250º 0.48% 0.79% -
XYZ 23.84 18.71 58.23 -
YUV 121.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 122 106 202 0.40 0.48 0 0.21 250 0.48 0.6
Hex 7A 6A CA 28 30 0 15 FA 30 3C
Octal 172 152 312 50 60 0 25 372 60 74
Binary 1111010 1101010 11001010 101000 110000 0 10101 11111010 110000 111100

Color Harmonies of #7A6ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6ACA

Black with #7A6ACA

Text Example


Text Example

White with #7A6ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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