#7862B2

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

Shades of Blue Marguerite #7862B2

Tints of Blue Marguerite #7862B2

Color information

#7862B2 (or 0x7862B2) is unknown color: approx Blue Marguerite. HEX triplet: 78, 62 and B2. RGB value is (120,98,178). Sum of RGB (Red+Green+Blue) = 120+98+178=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #7862B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7862B2 is #879D4D. Grayscale: #717171. Windows color (decimal): -8887630 or 11690616. OLE color: 11690616.

HSL color Cylindrical-coordinate representation of color #7862B2: hue angle of 256.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7862B2 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12098178-
CMYK0.330.4500.30
HSL256.5º34.19%54.12%-
HSV(B)256.5º44.94%69.8%-
XYZ20.1515.9444.13-
YUV113.7164.29132.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 178 (69.92% from 255) = 44.95%
R=30.30%
G=24.75%
B=44.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120981780.330.4500.30256.534.1954.12
Hex7862B2212D01E1002236
Octal17014226241550364004266
Binary1111000110001010110010100001101101011110100000000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7862B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7862B2; }

 p { color: rgb(120,98,178); }

 H1.HeaderClassName
 {
   color: #7862B2;
 }
 .AnyTagClassName
 {
   color: #7862B2;
 }
</style>
background-color css

<style>
 a { background-color: #7862B2; }

 a { background-color: rgb(120,98,178); }

 div.DivClassName
 {
   background-color: #7862B2;
 }
 .BgClassName
 {
   background-color: #7862B2;
 }
</style>
border-color css

<style>
 span { border-color: #7862B2; }

 span { border-color: rgb(120,98,178); }

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