Html Css Color HEX #7956BA Blue Marguerite

📋 copy color: '#7956BA'

red 121 ◦ green 86 ◦ blue 186

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

Shades of Blue Marguerite #7956BA

Tints of Blue Marguerite #7956BA

RGB

 RED value IS 121 (47.66% from 255) = 30.79%

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 30.79%
G = 21.88%
B = 47.33%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7956BA (or 0x7956BA) is known color: Blue Marguerite. HEX triplet: 79, 56 and BA. RGB value is (121,86,186). Sum of RGB (Red+Green+Blue) = 121+86+186=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #7956BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7956BA is #86A945. Grayscale: #6B6B6B. Windows color (decimal): -8825158 or 12211833. OLE color: 12211833.

HSL color Cylindrical-coordinate representation of color #7956BA: hue angle of 261º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7956BA is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 86 186 -
CMYK 0.35 0.54 0 0.27
HSL 261º 0.42% 0.53% -
HSV(B) 261º 0.54% 0.73% -
XYZ 20.08 14.27 48.15 -
YUV 107.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 121 86 186 0.35 0.54 0 0.27 261 0.42 0.53
Hex 79 56 BA 23 36 0 1B 105 2A 35
Octal 171 126 272 43 66 0 33 405 52 65
Binary 1111001 1010110 10111010 100011 110110 0 11011 100000101 101010 110101

Color Harmonies of #7956BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7956BA

Black with #7956BA

Text Example


Text Example

White with #7956BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7956BA; }

 p { color: rgb(121,86,186); }

 H1.HeaderClassName
 {
   color: #7956BA;
 }
 .AnyTagClassName
 {
   color: #7956BA;
 }
</style>

background-color css

<style>
 a { background-color: #7956BA; }

 a { background-color: rgb(121,86,186); }

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

border-color css

<style>
 span { border-color: #7956BA; }

 span { border-color: rgb(121,86,186); }

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