Html Css Color HEX #7A4EBF Blue Marguerite

📋 copy color: '#7A4EBF'

red 122 ◦ green 78 ◦ blue 191

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

Shades of Blue Marguerite #7A4EBF

Tints of Blue Marguerite #7A4EBF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.95%

 BLUE value IS 191 (75% from 255) = 48.85%

R = 31.2%
G = 19.95%
B = 48.85%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A4EBF (or 0x7A4EBF) is known color: Blue Marguerite. HEX triplet: 7A, 4E and BF. RGB value is (122,78,191). Sum of RGB (Red+Green+Blue) = 122+78+191=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A4EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4EBF is #85B140. Grayscale: #676767. Windows color (decimal): -8761665 or 12537466. OLE color: 12537466.

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

Color convert

RGB 122 78 191 -
CMYK 0.36 0.59 0 0.25
HSL 263.36º 0.47% 0.53% -
HSV(B) 263.36º 0.59% 0.75% -
XYZ 20.15 13.35 50.8 -
YUV 104.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 122 78 191 0.36 0.59 0 0.25 263.36 0.47 0.53
Hex 7A 4E BF 24 3B 0 19 107 2F 35
Octal 172 116 277 44 73 0 31 407 57 65
Binary 1111010 1001110 10111111 100100 111011 0 11001 100000111 101111 110101

Color Harmonies of #7A4EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4EBF

Black with #7A4EBF

Text Example


Text Example

White with #7A4EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,78,191); }

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

background-color css

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

 a { background-color: rgb(122,78,191); }

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

border-color css

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

 span { border-color: rgb(122,78,191); }

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