#785CB4

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

Shades of Blue Marguerite #785CB4

Tints of Blue Marguerite #785CB4

Color information

#785CB4 (or 0x785CB4) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5C and B4. RGB value is (120,92,180). Sum of RGB (Red+Green+Blue) = 120+92+180=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #785CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CB4 is #87A34B. Grayscale: #6E6E6E. Windows color (decimal): -8889164 or 11820152. OLE color: 11820152.

HSL color Cylindrical-coordinate representation of color #785CB4: hue angle of 259.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #785CB4 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12092180-
CMYK0.330.4900.29
HSL259.09º36.97%53.33%-
HSV(B)259.09º48.89%70.59%-
XYZ19.8114.9445.02-
YUV110.4167.28134.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 180 (70.70% from 255) = 45.92%
R=30.61%
G=23.47%
B=45.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120921800.330.4900.29259.0936.9753.33
Hex785CB4213101D1032535
Octal17013426441610354034565
Binary1111000101110010110100100001110001011101100000011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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