#7851B9

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

Shades of Blue Marguerite #7851B9

Tints of Blue Marguerite #7851B9

Color information

#7851B9 (or 0x7851B9) is unknown color: approx Blue Marguerite. HEX triplet: 78, 51 and B9. RGB value is (120,81,185). Sum of RGB (Red+Green+Blue) = 120+81+185=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #7851B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851B9 is #87AE46. Grayscale: #686868. Windows color (decimal): -8891975 or 12145016. OLE color: 12145016.

HSL color Cylindrical-coordinate representation of color #7851B9: hue angle of 262.5º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7851B9 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12081185-
CMYK0.350.5600.27
HSL262.5º42.62%52.16%-
HSV(B)262.5º56.22%72.55%-
XYZ19.4513.3847.46-
YUV104.52173.42139.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 185 (72.66% from 255) = 47.93%
R=31.09%
G=20.98%
B=47.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120811850.350.5600.27262.542.6252.16
Hex7851B9233801B1062b34
Octal17012127143700334065364
Binary1111000101000110111001100011111000011011100000110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7851B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7851B9; }

 p { color: rgb(120,81,185); }

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

<style>
 a { background-color: #7851B9; }

 a { background-color: rgb(120,81,185); }

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

<style>
 span { border-color: #7851B9; }

 span { border-color: rgb(120,81,185); }

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