#7F56C0

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

Shades of Blue Marguerite #7F56C0

Tints of Blue Marguerite #7F56C0

Color information

#7F56C0 (or 0x7F56C0) is unknown color: approx Blue Marguerite. HEX triplet: 7F, 56 and C0. RGB value is (127,86,192). Sum of RGB (Red+Green+Blue) = 127+86+192=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F56C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56C0 is #80A93F. Grayscale: #6D6D6D. Windows color (decimal): -8431936 or 12605055. OLE color: 12605055.

HSL color Cylindrical-coordinate representation of color #7F56C0: hue angle of 263.21º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F56C0 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12786192-
CMYK0.340.5500.25
HSL263.21º45.69%54.51%-
HSV(B)263.21º55.21%75.29%-
XYZ21.5914.9751.62-
YUV110.34174.08139.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.36%
GREEN value IS 86 (33.98% from 255) = 21.23%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=31.36%
G=21.23%
B=47.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127861920.340.5500.25263.2145.6954.51
Hex7F56C022370191072e37
Octal17712630042670314075667
Binary1111111101011011000000100010110111011001100000111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F56C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F56C0; }

 p { color: rgb(127,86,192); }

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

<style>
 a { background-color: #7F56C0; }

 a { background-color: rgb(127,86,192); }

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

<style>
 span { border-color: #7F56C0; }

 span { border-color: rgb(127,86,192); }

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