Html Css Color HEX #7854BA Blue Marguerite

📋 copy color: '#7854BA'

red 120 ◦ green 84 ◦ blue 186

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

Shades of Blue Marguerite #7854BA

Tints of Blue Marguerite #7854BA

RGB

 RED value IS 120 (47.27% from 255) = 30.77%

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

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

R = 30.77%
G = 21.54%
B = 47.69%

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

#7854BA (or 0x7854BA) is known color: Blue Marguerite. HEX triplet: 78, 54 and BA. RGB value is (120,84,186). Sum of RGB (Red+Green+Blue) = 120+84+186=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #7854BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7854BA is #87AB45. Grayscale: #6A6A6A. Windows color (decimal): -8891206 or 12211320. OLE color: 12211320.

HSL color Cylindrical-coordinate representation of color #7854BA: hue angle of 261.18º 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 #7854BA is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 84 186 -
CMYK 0.35 0.55 0 0.27
HSL 261.18º 0.43% 0.53% -
HSV(B) 261.18º 0.55% 0.73% -
XYZ 19.78 13.88 48.09 -
YUV 106.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 120 84 186 0.35 0.55 0 0.27 261.18 0.43 0.53
Hex 78 54 BA 23 37 0 1B 105 2A 35
Octal 170 124 272 43 67 0 33 405 52 65
Binary 1111000 1010100 10111010 100011 110111 0 11011 100000101 101010 110101

Color Harmonies of #7854BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7854BA

Black with #7854BA

Text Example


Text Example

White with #7854BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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