#7855B7

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

Shades of Blue Marguerite #7855B7

Tints of Blue Marguerite #7855B7

Color information

#7855B7 (or 0x7855B7) is unknown color: approx Blue Marguerite. HEX triplet: 78, 55 and B7. RGB value is (120,85,183). Sum of RGB (Red+Green+Blue) = 120+85+183=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #7855B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855B7 is #87AA48. Grayscale: #6A6A6A. Windows color (decimal): -8890953 or 12014968. OLE color: 12014968.

HSL color Cylindrical-coordinate representation of color #7855B7: hue angle of 261.43º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7855B7 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12085183-
CMYK0.340.5400.28
HSL261.43º40.5%52.55%-
HSV(B)261.43º53.55%71.76%-
XYZ19.5413.9146.45-
YUV106.64171.1137.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 183 (71.88% from 255) = 47.16%
R=30.93%
G=21.91%
B=47.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120851830.340.5400.28261.4340.552.55
Hex7855B7223601C1052835
Octal17012526742660344055065
Binary1111000101010110110111100010110110011100100000101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7855B7; }

 p { color: rgb(120,85,183); }

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

<style>
 a { background-color: #7855B7; }

 a { background-color: rgb(120,85,183); }

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

<style>
 span { border-color: #7855B7; }

 span { border-color: rgb(120,85,183); }

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