#785DC0

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

Shades of Blue Marguerite #785DC0

Tints of Blue Marguerite #785DC0

Color information

#785DC0 (or 0x785DC0) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5D and C0. RGB value is (120,93,192). Sum of RGB (Red+Green+Blue) = 120+93+192=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #785DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DC0 is #87A23F. Grayscale: #6F6F6F. Windows color (decimal): -8888896 or 12606840. OLE color: 12606840.

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

Color convert

RGB12093192-
CMYK0.380.5200.25
HSL256.36º44%55.88%-
HSV(B)256.36º51.56%75.29%-
XYZ21.1715.6351.77-
YUV112.36172.95133.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.63%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=29.63%
G=22.96%
B=47.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120931920.380.5200.25256.364455.88
Hex785DC026340191002c38
Octal17013530046640314005470
Binary1111000101110111000000100110110100011001100000000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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