Html Css Color HEX #7A56BE Blue Marguerite

📋 copy color: '#7A56BE'

red 122 ◦ green 86 ◦ blue 190

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

Shades of Blue Marguerite #7A56BE

Tints of Blue Marguerite #7A56BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

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

R = 30.65%
G = 21.61%
B = 47.74%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A56BE (or 0x7A56BE) is known color: Blue Marguerite. HEX triplet: 7A, 56 and BE. RGB value is (122,86,190). Sum of RGB (Red+Green+Blue) = 122+86+190=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A56BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56BE is #85A941. Grayscale: #6C6C6C. Windows color (decimal): -8759618 or 12473978. OLE color: 12473978.

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

Color convert

RGB 122 86 190 -
CMYK 0.36 0.55 0 0.25
HSL 260.77º 0.44% 0.54% -
HSV(B) 260.77º 0.55% 0.75% -
XYZ 20.65 14.51 50.43 -
YUV 108.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 122 86 190 0.36 0.55 0 0.25 260.77 0.44 0.54
Hex 7A 56 BE 24 37 0 19 105 2C 36
Octal 172 126 276 44 67 0 31 405 54 66
Binary 1111010 1010110 10111110 100100 110111 0 11001 100000101 101100 110110

Color Harmonies of #7A56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A56BE

Black with #7A56BE

Text Example


Text Example

White with #7A56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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