Html Css Color HEX #7869BA Blue Marguerite

📋 copy color: '#7869BA'

red 120 ◦ green 105 ◦ blue 186

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

Shades of Blue Marguerite #7869BA

Tints of Blue Marguerite #7869BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

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

R = 29.2%
G = 25.55%
B = 45.26%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7869BA (or 0x7869BA) is known color: Blue Marguerite. HEX triplet: 78, 69 and BA. RGB value is (120,105,186). Sum of RGB (Red+Green+Blue) = 120+105+186=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #7869BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7869BA is #879645. Grayscale: #767676. Windows color (decimal): -8885830 or 12216696. OLE color: 12216696.

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

Color convert

RGB 120 105 186 -
CMYK 0.35 0.44 0 0.27
HSL 251.11º 0.37% 0.57% -
HSV(B) 251.11º 0.44% 0.73% -
XYZ 21.66 17.64 48.72 -
YUV 118.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 120 105 186 0.35 0.44 0 0.27 251.11 0.37 0.57
Hex 78 69 BA 23 2C 0 1B FB 25 39
Octal 170 151 272 43 54 0 33 373 45 71
Binary 1111000 1101001 10111010 100011 101100 0 11011 11111011 100101 111001

Color Harmonies of #7869BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7869BA

Black with #7869BA

Text Example


Text Example

White with #7869BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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