#785CAF

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

Shades of Blue Marguerite #785CAF

Tints of Blue Marguerite #785CAF

Color information

#785CAF (or 0x785CAF) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5C and AF. RGB value is (120,92,175). Sum of RGB (Red+Green+Blue) = 120+92+175=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #785CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CAF is #87A350. Grayscale: #6D6D6D. Windows color (decimal): -8889169 or 11492472. OLE color: 11492472.

HSL color Cylindrical-coordinate representation of color #785CAF: hue angle of 260.24º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785CAF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12092175-
CMYK0.310.4700.31
HSL260.24º34.16%52.35%-
HSV(B)260.24º47.43%68.63%-
XYZ19.3114.7442.39-
YUV109.83164.78135.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=31.01%
G=23.77%
B=45.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120921750.310.4700.31260.2434.1652.35
Hex785CAF1F2F01F1042234
Octal17013425737570374044264
Binary111100010111001010111111111101111011111100000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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