Html Css Color HEX #7851BA Blue Marguerite

📋 copy color: '#7851BA'

red 120 ◦ green 81 ◦ blue 186

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

Shades of Blue Marguerite #7851BA

Tints of Blue Marguerite #7851BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

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

R = 31.01%
G = 20.93%
B = 48.06%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7851BA (or 0x7851BA) is known color: Blue Marguerite. HEX triplet: 78, 51 and BA. RGB value is (120,81,186). Sum of RGB (Red+Green+Blue) = 120+81+186=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7851BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851BA is #87AE45. Grayscale: #686868. Windows color (decimal): -8891974 or 12210552. OLE color: 12210552.

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

Color convert

RGB 120 81 186 -
CMYK 0.35 0.56 0 0.27
HSL 262.29º 0.43% 0.52% -
HSV(B) 262.29º 0.56% 0.73% -
XYZ 19.55 13.42 48.01 -
YUV 104.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 120 81 186 0.35 0.56 0 0.27 262.29 0.43 0.52
Hex 78 51 BA 23 38 0 1B 106 2B 34
Octal 170 121 272 43 70 0 33 406 53 64
Binary 1111000 1010001 10111010 100011 111000 0 11011 100000110 101011 110100

Color Harmonies of #7851BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7851BA

Black with #7851BA

Text Example


Text Example

White with #7851BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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