#7866BA

Color #7866BA Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7866BA

Tints of Blue Marguerite #7866BA

Color information

#7866BA (or 0x7866BA) is unknown color: approx 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

RGB120102186-
CMYK0.350.4500.27
HSL252.86º37.84%56.47%-
HSV(B)252.86º45.16%72.94%-
XYZ21.3617.0448.62-
YUV116.96166.96130.17-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201021860.350.4500.27252.8637.8456.47
Hex7866BA232D01Bfd2638
Octal17014627243550333754670
Binary111100011001101011101010001110110101101111111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7866BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>