#7854BF

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

Shades of Blue Marguerite #7854BF

Tints of Blue Marguerite #7854BF

Color information

#7854BF (or 0x7854BF) is unknown color: approx Blue Marguerite. HEX triplet: 78, 54 and BF. RGB value is (120,84,191). Sum of RGB (Red+Green+Blue) = 120+84+191=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #7854BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7854BF is #87AB40. Grayscale: #6A6A6A. Windows color (decimal): -8891201 or 12539000. OLE color: 12539000.

HSL color Cylindrical-coordinate representation of color #7854BF: hue angle of 260.19º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7854BF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12084191-
CMYK0.370.5600.25
HSL260.19º45.53%53.92%-
HSV(B)260.19º56.02%74.9%-
XYZ20.3214.150.94-
YUV106.96175.43137.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 191 (75% from 255) = 48.35%
R=30.38%
G=21.27%
B=48.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120841910.370.5600.25260.1945.5353.92
Hex7854BF25380191042e36
Octal17012427745700314045666
Binary1111000101010010111111100101111000011001100000100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7854BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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