Html Css Color HEX #7861BA Blue Marguerite

📋 copy color: '#7861BA'

red 120 ◦ green 97 ◦ blue 186

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

Shades of Blue Marguerite #7861BA

Tints of Blue Marguerite #7861BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

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

R = 29.78%
G = 24.07%
B = 46.15%

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

#7861BA (or 0x7861BA) is known color: Blue Marguerite. HEX triplet: 78, 61 and BA. RGB value is (120,97,186). Sum of RGB (Red+Green+Blue) = 120+97+186=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #7861BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861BA is #879E45. Grayscale: #717171. Windows color (decimal): -8887878 or 12214648. OLE color: 12214648.

HSL color Cylindrical-coordinate representation of color #7861BA: hue angle of 255.51º 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 #7861BA is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 97 186 -
CMYK 0.35 0.48 0 0.27
HSL 255.51º 0.39% 0.55% -
HSV(B) 255.51º 0.48% 0.73% -
XYZ 20.88 16.09 48.46 -
YUV 114.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 120 97 186 0.35 0.48 0 0.27 255.51 0.39 0.55
Hex 78 61 BA 23 30 0 1B 100 27 37
Octal 170 141 272 43 60 0 33 400 47 67
Binary 1111000 1100001 10111010 100011 110000 0 11011 100000000 100111 110111

Color Harmonies of #7861BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7861BA

Black with #7861BA

Text Example


Text Example

White with #7861BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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