#785CBE

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

Shades of Blue Marguerite #785CBE

Tints of Blue Marguerite #785CBE

Color information

#785CBE (or 0x785CBE) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5C and BE. RGB value is (120,92,190). Sum of RGB (Red+Green+Blue) = 120+92+190=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #785CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CBE is #87A341. Grayscale: #6F6F6F. Windows color (decimal): -8889154 or 12475512. OLE color: 12475512.

HSL color Cylindrical-coordinate representation of color #785CBE: hue angle of 257.14º degrees, saturation: 0.43, 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 #785CBE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12092190-
CMYK0.370.5200.25
HSL257.14º42.98%55.29%-
HSV(B)257.14º51.58%74.51%-
XYZ20.8715.3750.58-
YUV111.54172.28134.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=29.85%
G=22.89%
B=47.26%

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
Decimal120921900.370.5200.25257.1442.9855.29
Hex785CBE25340191012b37
Octal17013427645640314015367
Binary1111000101110010111110100101110100011001100000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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