#7862B3

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

Shades of Blue Marguerite #7862B3

Tints of Blue Marguerite #7862B3

Color information

#7862B3 (or 0x7862B3) is unknown color: approx Blue Marguerite. HEX triplet: 78, 62 and B3. RGB value is (120,98,179). Sum of RGB (Red+Green+Blue) = 120+98+179=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #7862B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7862B3 is #879D4C. Grayscale: #717171. Windows color (decimal): -8887629 or 11756152. OLE color: 11756152.

HSL color Cylindrical-coordinate representation of color #7862B3: hue angle of 256.3º degrees, saturation: 0.35, 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 #7862B3 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12098179-
CMYK0.330.4500.30
HSL256.3º34.76%54.31%-
HSV(B)256.3º45.25%70.2%-
XYZ20.2515.9844.67-
YUV113.81164.79132.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 179 (70.31% from 255) = 45.09%
R=30.23%
G=24.69%
B=45.09%

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
Decimal120981790.330.4500.30256.334.7654.31
Hex7862B3212D01E1002336
Octal17014226341550364004366
Binary1111000110001010110011100001101101011110100000000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7862B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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