#784CBE

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

Shades of Blue Marguerite #784CBE

Tints of Blue Marguerite #784CBE

Color information

#784CBE (or 0x784CBE) is unknown color: approx Blue Marguerite. HEX triplet: 78, 4C and BE. RGB value is (120,76,190). Sum of RGB (Red+Green+Blue) = 120+76+190=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #784CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784CBE is #87B341. Grayscale: #656565. Windows color (decimal): -8893250 or 12471416. OLE color: 12471416.

HSL color Cylindrical-coordinate representation of color #784CBE: hue angle of 263.16º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #784CBE is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12076190-
CMYK0.370.6000.25
HSL263.16º46.72%52.16%-
HSV(B)263.16º60%74.51%-
XYZ19.6212.8850.17-
YUV102.15177.58140.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 76 (30.08% from 255) = 19.69%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=31.09%
G=19.69%
B=49.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120761900.370.6000.25263.1646.7252.16
Hex784CBE253C0191072f34
Octal17011427645740314075764
Binary1111000100110010111110100101111100011001100000111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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