#7865BE

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

Shades of Blue Marguerite #7865BE

Tints of Blue Marguerite #7865BE

Color information

#7865BE (or 0x7865BE) is unknown color: approx Blue Marguerite. HEX triplet: 78, 65 and BE. RGB value is (120,101,190). Sum of RGB (Red+Green+Blue) = 120+101+190=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #7865BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865BE is #879A41. Grayscale: #747474. Windows color (decimal): -8886850 or 12477816. OLE color: 12477816.

HSL color Cylindrical-coordinate representation of color #7865BE: hue angle of 252.81º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7865BE is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120101190-
CMYK0.370.4700.25
HSL252.81º40.64%57.06%-
HSV(B)252.81º46.84%74.51%-
XYZ21.6917.0250.86-
YUV116.83169.29130.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=29.20%
G=24.57%
B=46.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201011900.370.4700.25252.8140.6457.06
Hex7865BE252F019fd2939
Octal17014527645570313755171
Binary111100011001011011111010010110111101100111111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7865BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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