#784EBD

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

Shades of Blue Marguerite #784EBD

Tints of Blue Marguerite #784EBD

Color information

#784EBD (or 0x784EBD) is unknown color: approx Blue Marguerite. HEX triplet: 78, 4E and BD. RGB value is (120,78,189). Sum of RGB (Red+Green+Blue) = 120+78+189=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #784EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784EBD is #87B142. Grayscale: #666666. Windows color (decimal): -8892739 or 12406392. OLE color: 12406392.

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

Color convert

RGB12078189-
CMYK0.370.5900.26
HSL262.7º45.68%52.35%-
HSV(B)262.7º58.73%74.12%-
XYZ19.6613.1249.64-
YUV103.21176.41139.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=31.01%
G=20.16%
B=48.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120781890.370.5900.26262.745.6852.35
Hex784EBD253B01A1072e34
Octal17011627545730324075664
Binary1111000100111010111101100101111011011010100000111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,78,189); }

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

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

 a { background-color: rgb(120,78,189); }

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

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

 span { border-color: rgb(120,78,189); }

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