#785CBF

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

Shades of Blue Marguerite #785CBF

Tints of Blue Marguerite #785CBF

Color information

#785CBF (or 0x785CBF) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5C and BF. RGB value is (120,92,191). Sum of RGB (Red+Green+Blue) = 120+92+191=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #785CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CBF is #87A340. Grayscale: #6F6F6F. Windows color (decimal): -8889153 or 12541048. OLE color: 12541048.

HSL color Cylindrical-coordinate representation of color #785CBF: hue angle of 256.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #785CBF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12092191-
CMYK0.370.5200.25
HSL256.97º43.61%55.49%-
HSV(B)256.97º51.83%74.9%-
XYZ20.9815.4151.16-
YUV111.66172.78133.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 191 (75% from 255) = 47.39%
R=29.78%
G=22.83%
B=47.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120921910.370.5200.25256.9743.6155.49
Hex785CBF25340191012c37
Octal17013427745640314015467
Binary1111000101110010111111100101110100011001100000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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