Html Css Color HEX #7954BA Blue Marguerite

📋 copy color: '#7954BA'

red 121 ◦ green 84 ◦ blue 186

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

Shades of Blue Marguerite #7954BA

Tints of Blue Marguerite #7954BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.48%

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

R = 30.95%
G = 21.48%
B = 47.57%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7954BA (or 0x7954BA) is known color: Blue Marguerite. HEX triplet: 79, 54 and BA. RGB value is (121,84,186). Sum of RGB (Red+Green+Blue) = 121+84+186=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #7954BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7954BA is #86AB45. Grayscale: #6A6A6A. Windows color (decimal): -8825670 or 12211321. OLE color: 12211321.

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

Color convert

RGB 121 84 186 -
CMYK 0.35 0.55 0 0.27
HSL 261.76º 0.43% 0.53% -
HSV(B) 261.76º 0.55% 0.73% -
XYZ 19.92 13.95 48.1 -
YUV 106.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 121 84 186 0.35 0.55 0 0.27 261.76 0.43 0.53
Hex 79 54 BA 23 37 0 1B 106 2A 35
Octal 171 124 272 43 67 0 33 406 52 65
Binary 1111001 1010100 10111010 100011 110111 0 11011 100000110 101010 110101

Color Harmonies of #7954BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7954BA

Black with #7954BA

Text Example


Text Example

White with #7954BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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