#785DBC

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

Shades of Blue Marguerite #785DBC

Tints of Blue Marguerite #785DBC

Color information

#785DBC (or 0x785DBC) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5D and BC. RGB value is (120,93,188). Sum of RGB (Red+Green+Blue) = 120+93+188=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #785DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DBC is #87A243. Grayscale: #6F6F6F. Windows color (decimal): -8888900 or 12344696. OLE color: 12344696.

HSL color Cylindrical-coordinate representation of color #785DBC: hue angle of 257.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785DBC is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12093188-
CMYK0.360.5100.26
HSL257.05º41.48%55.1%-
HSV(B)257.05º50.53%73.73%-
XYZ20.7415.4549.47-
YUV111.9170.95133.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=29.93%
G=23.19%
B=46.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120931880.360.5100.26257.0541.4855.1
Hex785DBC243301A1012937
Octal17013527444630324015167
Binary1111000101110110111100100100110011011010100000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,188); }

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

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

 a { background-color: rgb(120,93,188); }

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

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

 span { border-color: rgb(120,93,188); }

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