#7854B7

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

Shades of Blue Marguerite #7854B7

Tints of Blue Marguerite #7854B7

Color information

#7854B7 (or 0x7854B7) is unknown color: approx Blue Marguerite. HEX triplet: 78, 54 and B7. RGB value is (120,84,183). Sum of RGB (Red+Green+Blue) = 120+84+183=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #7854B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7854B7 is #87AB48. Grayscale: #696969. Windows color (decimal): -8891209 or 12014712. OLE color: 12014712.

HSL color Cylindrical-coordinate representation of color #7854B7: hue angle of 261.82º 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 #7854B7 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12084183-
CMYK0.340.5400.28
HSL261.82º40.74%52.35%-
HSV(B)261.82º54.1%71.76%-
XYZ19.4613.7546.43-
YUV106.05171.43137.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 183 (71.88% from 255) = 47.29%
R=31.01%
G=21.71%
B=47.29%

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
Decimal120841830.340.5400.28261.8240.7452.35
Hex7854B7223601C1062934
Octal17012426742660344065164
Binary1111000101010010110111100010110110011100100000110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7854B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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