#784FBD

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

Shades of Blue Marguerite #784FBD

Tints of Blue Marguerite #784FBD

Color information

#784FBD (or 0x784FBD) is unknown color: approx Blue Marguerite. HEX triplet: 78, 4F and BD. RGB value is (120,79,189). Sum of RGB (Red+Green+Blue) = 120+79+189=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #784FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FBD is #87B042. Grayscale: #676767. Windows color (decimal): -8892483 or 12406648. OLE color: 12406648.

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

Color convert

RGB12079189-
CMYK0.370.5800.26
HSL262.36º45.45%52.55%-
HSV(B)262.36º58.2%74.12%-
XYZ19.7313.2649.66-
YUV103.8176.08139.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=30.93%
G=20.36%
B=48.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120791890.370.5800.26262.3645.4552.55
Hex784FBD253A01A1062d35
Octal17011727545720324065565
Binary1111000100111110111101100101111010011010100000110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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