#785BBB

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

Shades of Blue Marguerite #785BBB

Tints of Blue Marguerite #785BBB

Color information

#785BBB (or 0x785BBB) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5B and BB. RGB value is (120,91,187). Sum of RGB (Red+Green+Blue) = 120+91+187=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #785BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BBB is #87A444. Grayscale: #6E6E6E. Windows color (decimal): -8889413 or 12278648. OLE color: 12278648.

HSL color Cylindrical-coordinate representation of color #785BBB: hue angle of 258.12º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785BBB is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12091187-
CMYK0.360.5100.27
HSL258.12º41.38%54.51%-
HSV(B)258.12º51.34%73.33%-
XYZ20.4615.0648.84-
YUV110.62171.11134.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 91 (35.94% from 255) = 22.86%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=30.15%
G=22.86%
B=46.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120911870.360.5100.27258.1241.3854.51
Hex785BBB243301B1022937
Octal17013327344630334025167
Binary1111000101101110111011100100110011011011100000010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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