#785CB3

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

Shades of Blue Marguerite #785CB3

Tints of Blue Marguerite #785CB3

Color information

#785CB3 (or 0x785CB3) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5C and B3. RGB value is (120,92,179). Sum of RGB (Red+Green+Blue) = 120+92+179=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #785CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CB3 is #87A34C. Grayscale: #6D6D6D. Windows color (decimal): -8889165 or 11754616. OLE color: 11754616.

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

Color convert

RGB12092179-
CMYK0.330.4900.30
HSL259.31º36.4%53.14%-
HSV(B)259.31º48.6%70.2%-
XYZ19.7114.944.49-
YUV110.29166.78134.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 179 (70.31% from 255) = 45.78%
R=30.69%
G=23.53%
B=45.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120921790.330.4900.30259.3136.453.14
Hex785CB3213101E1032435
Octal17013426341610364034465
Binary1111000101110010110011100001110001011110100000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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