#784DBE

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

Shades of Blue Marguerite #784DBE

Tints of Blue Marguerite #784DBE

Color information

#784DBE (or 0x784DBE) is unknown color: approx Blue Marguerite. HEX triplet: 78, 4D and BE. RGB value is (120,77,190). Sum of RGB (Red+Green+Blue) = 120+77+190=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #784DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DBE is #87B241. Grayscale: #666666. Windows color (decimal): -8892994 or 12471672. OLE color: 12471672.

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

Color convert

RGB12077190-
CMYK0.370.5900.25
HSL262.83º46.5%52.35%-
HSV(B)262.83º59.47%74.51%-
XYZ19.6913.0250.19-
YUV102.74177.25140.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=31.01%
G=19.90%
B=49.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120771900.370.5900.25262.8346.552.35
Hex784DBE253B0191072f34
Octal17011527645730314075764
Binary1111000100110110111110100101111011011001100000111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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