#784FC0

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

Shades of Blue Marguerite #784FC0

Tints of Blue Marguerite #784FC0

Color information

#784FC0 (or 0x784FC0) is unknown color: approx Blue Marguerite. HEX triplet: 78, 4F and C0. RGB value is (120,79,192). Sum of RGB (Red+Green+Blue) = 120+79+192=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #784FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784FC0 is #87B03F. Grayscale: #676767. Windows color (decimal): -8892480 or 12603256. OLE color: 12603256.

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

Color convert

RGB12079192-
CMYK0.380.5900.25
HSL261.77º47.28%53.14%-
HSV(B)261.77º58.85%75.29%-
XYZ20.0613.3951.4-
YUV104.14177.58139.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 192 (75.39% from 255) = 49.10%
R=30.69%
G=20.20%
B=49.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120791920.380.5900.25261.7747.2853.14
Hex784FC0263B0191062f35
Octal17011730046730314065765
Binary1111000100111111000000100110111011011001100000110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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