Html Css Color HEX #7A72BE Moody Blue

📋 copy color: '#7A72BE'

red 122 ◦ green 114 ◦ blue 190

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

Shades of Moody Blue #7A72BE

Tints of Moody Blue #7A72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.76%

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

R = 28.64%
G = 26.76%
B = 44.6%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A72BE (or 0x7A72BE) is known color: Moody Blue. HEX triplet: 7A, 72 and BE. RGB value is (122,114,190). Sum of RGB (Red+Green+Blue) = 122+114+190=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A72BE is #858D41. Grayscale: #7C7C7C. Windows color (decimal): -8752450 or 12481146. OLE color: 12481146.

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

Color convert

RGB 122 114 190 -
CMYK 0.36 0.40 0 0.25
HSL 246.32º 0.37% 0.6% -
HSV(B) 246.32º 0.4% 0.75% -
XYZ 23.34 19.89 51.32 -
YUV 125.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 122 114 190 0.36 0.40 0 0.25 246.32 0.37 0.6
Hex 7A 72 BE 24 28 0 19 F6 25 3C
Octal 172 162 276 44 50 0 31 366 45 74
Binary 1111010 1110010 10111110 100100 101000 0 11001 11110110 100101 111100

Color Harmonies of #7A72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A72BE

Black with #7A72BE

Text Example


Text Example

White with #7A72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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