Html Css Color HEX #7866BA Blue Marguerite

📋 copy color: '#7866BA'

red 120 ◦ green 102 ◦ blue 186

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

Shades of Blue Marguerite #7866BA

Tints of Blue Marguerite #7866BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25%

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

R = 29.41%
G = 25%
B = 45.59%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7866BA (or 0x7866BA) is known color: Blue Marguerite. HEX triplet: 78, 66 and BA. RGB value is (120,102,186). Sum of RGB (Red+Green+Blue) = 120+102+186=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #7866BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7866BA is #879945. Grayscale: #747474. Windows color (decimal): -8886598 or 12215928. OLE color: 12215928.

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

Color convert

RGB 120 102 186 -
CMYK 0.35 0.45 0 0.27
HSL 252.86º 0.38% 0.56% -
HSV(B) 252.86º 0.45% 0.73% -
XYZ 21.36 17.04 48.62 -
YUV 116.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 120 102 186 0.35 0.45 0 0.27 252.86 0.38 0.56
Hex 78 66 BA 23 2D 0 1B FD 26 38
Octal 170 146 272 43 55 0 33 375 46 70
Binary 1111000 1100110 10111010 100011 101101 0 11011 11111101 100110 111000

Color Harmonies of #7866BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7866BA

Black with #7866BA

Text Example


Text Example

White with #7866BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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