#7954BA

Color #7954BA Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7954BA

Tints of Blue Marguerite #7954BA

Color information

#7954BA (or 0x7954BA) is unknown color: approx 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.42, 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

RGB12184186-
CMYK0.350.5500.27
HSL261.76º42.5%52.94%-
HSV(B)261.76º54.84%72.94%-
XYZ19.9213.9548.1-
YUV106.69172.76138.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121841860.350.5500.27261.7642.552.94
Hex7954BA233701B1062a35
Octal17112427243670334065265
Binary1111001101010010111010100011110111011011100000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7954BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>