#7954B7

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

Shades of Blue Marguerite #7954B7

Tints of Blue Marguerite #7954B7

Color information

#7954B7 (or 0x7954B7) is unknown color: approx Blue Marguerite. HEX triplet: 79, 54 and B7. RGB value is (121,84,183). Sum of RGB (Red+Green+Blue) = 121+84+183=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #7954B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7954B7 is #86AB48. Grayscale: #696969. Windows color (decimal): -8825673 or 12014713. OLE color: 12014713.

HSL color Cylindrical-coordinate representation of color #7954B7: hue angle of 262.42º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7954B7 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12184183-
CMYK0.340.5400.28
HSL262.42º40.74%52.35%-
HSV(B)262.42º54.1%71.76%-
XYZ19.613.8246.43-
YUV106.35171.26138.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 183 (71.88% from 255) = 47.16%
R=31.19%
G=21.65%
B=47.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121841830.340.5400.28262.4240.7452.35
Hex7954B7223601C1062934
Octal17112426742660344065164
Binary1111001101010010110111100010110110011100100000110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7954B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7954B7;
 }
 .AnyTagClassName
 {
   color: #7954B7;
 }
</style>
background-color css

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

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

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

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

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

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