#785CB1

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

Shades of Blue Marguerite #785CB1

Tints of Blue Marguerite #785CB1

Color information

#785CB1 (or 0x785CB1) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5C and B1. RGB value is (120,92,177). Sum of RGB (Red+Green+Blue) = 120+92+177=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #785CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CB1 is #87A34E. Grayscale: #6D6D6D. Windows color (decimal): -8889167 or 11623544. OLE color: 11623544.

HSL color Cylindrical-coordinate representation of color #785CB1: hue angle of 259.76º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #785CB1 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12092177-
CMYK0.320.4800.31
HSL259.76º35.27%52.75%-
HSV(B)259.76º48.02%69.41%-
XYZ19.5114.8243.43-
YUV110.06165.78135.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=30.85%
G=23.65%
B=45.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120921770.320.4800.31259.7635.2752.75
Hex785CB1203001F1042335
Octal17013426140600374044365
Binary1111000101110010110001100000110000011111100000100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785CB1; }

 p { color: rgb(120,92,177); }

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

<style>
 a { background-color: #785CB1; }

 a { background-color: rgb(120,92,177); }

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

<style>
 span { border-color: #785CB1; }

 span { border-color: rgb(120,92,177); }

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