Html Css Color HEX #7850BA Blue Marguerite

📋 copy color: '#7850BA'

red 120 ◦ green 80 ◦ blue 186

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

Shades of Blue Marguerite #7850BA

Tints of Blue Marguerite #7850BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 31.09%
G = 20.73%
B = 48.19%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7850BA (or 0x7850BA) is known color: Blue Marguerite. HEX triplet: 78, 50 and BA. RGB value is (120,80,186). Sum of RGB (Red+Green+Blue) = 120+80+186=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #7850BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7850BA is #87AF45. Grayscale: #676767. Windows color (decimal): -8892230 or 12210296. OLE color: 12210296.

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

Color convert

RGB 120 80 186 -
CMYK 0.35 0.57 0 0.27
HSL 262.64º 0.43% 0.52% -
HSV(B) 262.64º 0.57% 0.73% -
XYZ 19.48 13.28 47.99 -
YUV 104.04 174.25 139.38 -
System Red Green Blue C M Y K H S L
Decimal 120 80 186 0.35 0.57 0 0.27 262.64 0.43 0.52
Hex 78 50 BA 23 39 0 1B 107 2B 34
Octal 170 120 272 43 71 0 33 407 53 64
Binary 1111000 1010000 10111010 100011 111001 0 11011 100000111 101011 110100

Color Harmonies of #7850BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7850BA

Black with #7850BA

Text Example


Text Example

White with #7850BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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