#785CBC

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

Shades of Blue Marguerite #785CBC

Tints of Blue Marguerite #785CBC

Color information

#785CBC (or 0x785CBC) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5C and BC. RGB value is (120,92,188). Sum of RGB (Red+Green+Blue) = 120+92+188=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #785CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CBC is #87A343. Grayscale: #6E6E6E. Windows color (decimal): -8889156 or 12344440. OLE color: 12344440.

HSL color Cylindrical-coordinate representation of color #785CBC: hue angle of 257.5º degrees, saturation: 0.42, 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 #785CBC is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12092188-
CMYK0.360.5100.26
HSL257.5º41.74%54.9%-
HSV(B)257.5º51.06%73.73%-
XYZ20.6515.2849.44-
YUV111.32171.28134.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 188 (73.83% from 255) = 47%
R=30%
G=23%
B=47%

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
Decimal120921880.360.5100.26257.541.7454.9
Hex785CBC243301A1022a37
Octal17013427444630324025267
Binary1111000101110010111100100100110011011010100000010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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