Html Css Color HEX #7860BA Blue Marguerite

📋 copy color: '#7860BA'

red 120 ◦ green 96 ◦ blue 186

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

Shades of Blue Marguerite #7860BA

Tints of Blue Marguerite #7860BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.88%

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

R = 29.85%
G = 23.88%
B = 46.27%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7860BA (or 0x7860BA) is known color: Blue Marguerite. HEX triplet: 78, 60 and BA. RGB value is (120,96,186). Sum of RGB (Red+Green+Blue) = 120+96+186=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #7860BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7860BA is #879F45. Grayscale: #717171. Windows color (decimal): -8888134 or 12214392. OLE color: 12214392.

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

Color convert

RGB 120 96 186 -
CMYK 0.35 0.48 0 0.27
HSL 256º 0.39% 0.55% -
HSV(B) 256º 0.48% 0.73% -
XYZ 20.79 15.9 48.43 -
YUV 113.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 120 96 186 0.35 0.48 0 0.27 256 0.39 0.55
Hex 78 60 BA 23 30 0 1B 100 27 37
Octal 170 140 272 43 60 0 33 400 47 67
Binary 1111000 1100000 10111010 100011 110000 0 11011 100000000 100111 110111

Color Harmonies of #7860BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7860BA

Black with #7860BA

Text Example


Text Example

White with #7860BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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