#7865B3

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

Shades of Blue Marguerite #7865B3

Tints of Blue Marguerite #7865B3

Color information

#7865B3 (or 0x7865B3) is unknown color: approx Blue Marguerite. HEX triplet: 78, 65 and B3. RGB value is (120,101,179). Sum of RGB (Red+Green+Blue) = 120+101+179=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #7865B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865B3 is #879A4C. Grayscale: #737373. Windows color (decimal): -8886861 or 11756920. OLE color: 11756920.

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

Color convert

RGB120101179-
CMYK0.330.4400.30
HSL254.62º33.91%54.9%-
HSV(B)254.62º43.58%70.2%-
XYZ20.5416.5644.76-
YUV115.57163.79131.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 179 (70.31% from 255) = 44.75%
R=30%
G=25.25%
B=44.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201011790.330.4400.30254.6233.9154.9
Hex7865B3212C01Eff2237
Octal17014526341540363774267
Binary111100011001011011001110000110110001111011111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7865B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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