Html Css Color HEX #7855BA Blue Marguerite

📋 copy color: '#7855BA'

red 120 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #7855BA

Tints of Blue Marguerite #7855BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

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

R = 30.69%
G = 21.74%
B = 47.57%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7855BA (or 0x7855BA) is known color: Blue Marguerite. HEX triplet: 78, 55 and BA. RGB value is (120,85,186). Sum of RGB (Red+Green+Blue) = 120+85+186=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 85 (33.59% from 255 or 21.74% 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 #7855BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855BA is #87AA45. Grayscale: #6A6A6A. Windows color (decimal): -8890950 or 12211576. OLE color: 12211576.

HSL color Cylindrical-coordinate representation of color #7855BA: hue angle of 260.79º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7855BA is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 85 186 -
CMYK 0.35 0.54 0 0.27
HSL 260.79º 0.42% 0.53% -
HSV(B) 260.79º 0.54% 0.73% -
XYZ 19.86 14.04 48.12 -
YUV 106.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 120 85 186 0.35 0.54 0 0.27 260.79 0.42 0.53
Hex 78 55 BA 23 36 0 1B 105 2A 35
Octal 170 125 272 43 66 0 33 405 52 65
Binary 1111000 1010101 10111010 100011 110110 0 11011 100000101 101010 110101

Color Harmonies of #7855BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7855BA

Black with #7855BA

Text Example


Text Example

White with #7855BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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