Html Css Color HEX #7860BF Blue Marguerite

📋 copy color: '#7860BF'

red 120 ◦ green 96 ◦ blue 191

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

Shades of Blue Marguerite #7860BF

Tints of Blue Marguerite #7860BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 29.48%
G = 23.59%
B = 46.93%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7860BF (or 0x7860BF) is known color: Blue Marguerite. HEX triplet: 78, 60 and BF. RGB value is (120,96,191). Sum of RGB (Red+Green+Blue) = 120+96+191=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #7860BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7860BF is #879F40. Grayscale: #717171. Windows color (decimal): -8888129 or 12542072. OLE color: 12542072.

HSL color Cylindrical-coordinate representation of color #7860BF: hue angle of 255.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7860BF is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 96 191 -
CMYK 0.37 0.50 0 0.25
HSL 255.16º 0.43% 0.56% -
HSV(B) 255.16º 0.5% 0.75% -
XYZ 21.33 16.12 51.28 -
YUV 114.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 120 96 191 0.37 0.50 0 0.25 255.16 0.43 0.56
Hex 78 60 BF 25 32 0 19 FF 2B 38
Octal 170 140 277 45 62 0 31 377 53 70
Binary 1111000 1100000 10111111 100101 110010 0 11001 11111111 101011 111000

Color Harmonies of #7860BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7860BF

Black with #7860BF

Text Example


Text Example

White with #7860BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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