Html Css Color HEX #7A73B9 Moody Blue

📋 copy color: '#7A73B9'

red 122 ◦ green 115 ◦ blue 185

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

Shades of Moody Blue #7A73B9

Tints of Moody Blue #7A73B9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.25%

 BLUE value IS 185 (72.66% from 255) = 43.84%

R = 28.91%
G = 27.25%
B = 43.84%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A73B9 (or 0x7A73B9) is known color: Moody Blue. HEX triplet: 7A, 73 and B9. RGB value is (122,115,185). Sum of RGB (Red+Green+Blue) = 122+115+185=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A73B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73B9 is #858C46. Grayscale: #7C7C7C. Windows color (decimal): -8752199 or 12153722. OLE color: 12153722.

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

Color convert

RGB 122 115 185 -
CMYK 0.34 0.38 0 0.27
HSL 246º 0.33% 0.59% -
HSV(B) 246º 0.38% 0.73% -
XYZ 22.91 19.9 48.53 -
YUV 125.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 122 115 185 0.34 0.38 0 0.27 246 0.33 0.59
Hex 7A 73 B9 22 26 0 1B F6 21 3B
Octal 172 163 271 42 46 0 33 366 41 73
Binary 1111010 1110011 10111001 100010 100110 0 11011 11110110 100001 111011

Color Harmonies of #7A73B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A73B9

Black with #7A73B9

Text Example


Text Example

White with #7A73B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,115,185); }

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

background-color css

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

 a { background-color: rgb(122,115,185); }

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

border-color css

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

 span { border-color: rgb(122,115,185); }

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