Html Css Color HEX #7A73BE Moody Blue

📋 copy color: '#7A73BE'

red 122 ◦ green 115 ◦ blue 190

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

Shades of Moody Blue #7A73BE

Tints of Moody Blue #7A73BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 28.57%
G = 26.93%
B = 44.5%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A73BE (or 0x7A73BE) is known color: Moody Blue. HEX triplet: 7A, 73 and BE. RGB value is (122,115,190). Sum of RGB (Red+Green+Blue) = 122+115+190=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A73BE is #858C41. Grayscale: #7D7D7D. Windows color (decimal): -8752194 or 12481402. OLE color: 12481402.

HSL color Cylindrical-coordinate representation of color #7A73BE: hue angle of 245.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A73BE is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 115 190 -
CMYK 0.36 0.39 0 0.25
HSL 245.6º 0.37% 0.6% -
HSV(B) 245.6º 0.39% 0.75% -
XYZ 23.45 20.12 51.36 -
YUV 125.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 122 115 190 0.36 0.39 0 0.25 245.6 0.37 0.6
Hex 7A 73 BE 24 27 0 19 F6 25 3C
Octal 172 163 276 44 47 0 31 366 45 74
Binary 1111010 1110011 10111110 100100 100111 0 11001 11110110 100101 111100

Color Harmonies of #7A73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A73BE

Black with #7A73BE

Text Example


Text Example

White with #7A73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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