#785BBC

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

Shades of Blue Marguerite #785BBC

Tints of Blue Marguerite #785BBC

Color information

#785BBC (or 0x785BBC) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5B and BC. RGB value is (120,91,188). Sum of RGB (Red+Green+Blue) = 120+91+188=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #785BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BBC is #87A443. Grayscale: #6E6E6E. Windows color (decimal): -8889412 or 12344184. OLE color: 12344184.

HSL color Cylindrical-coordinate representation of color #785BBC: hue angle of 257.94º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #785BBC is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12091188-
CMYK0.360.5200.26
HSL257.94º41.99%54.71%-
HSV(B)257.94º51.6%73.73%-
XYZ20.5615.1149.41-
YUV110.73171.61134.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=30.08%
G=22.81%
B=47.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120911880.360.5200.26257.9441.9954.71
Hex785BBC243401A1022a37
Octal17013327444640324025267
Binary1111000101101110111100100100110100011010100000010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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