#7A56BC

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

Shades of Blue Marguerite #7A56BC

Tints of Blue Marguerite #7A56BC

Color information

#7A56BC (or 0x7A56BC) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 56 and BC. RGB value is (122,86,188). Sum of RGB (Red+Green+Blue) = 122+86+188=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A56BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A56BC is #85A943. Grayscale: #6C6C6C. Windows color (decimal): -8759620 or 12342906. OLE color: 12342906.

HSL color Cylindrical-coordinate representation of color #7A56BC: hue angle of 261.18º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A56BC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12286188-
CMYK0.350.5400.26
HSL261.18º43.22%53.73%-
HSV(B)261.18º54.26%73.73%-
XYZ20.4314.4249.28-
YUV108.39172.93137.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.81%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=30.81%
G=21.72%
B=47.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122861880.350.5400.26261.1843.2253.73
Hex7A56BC233601A1052b36
Octal17212627443660324055366
Binary1111010101011010111100100011110110011010100000101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A56BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,188); }

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

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

 a { background-color: rgb(122,86,188); }

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

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

 span { border-color: rgb(122,86,188); }

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