#7A63BA

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

Shades of Blue Marguerite #7A63BA

Tints of Blue Marguerite #7A63BA

Color information

#7A63BA (or 0x7A63BA) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 63 and BA. RGB value is (122,99,186). Sum of RGB (Red+Green+Blue) = 122+99+186=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A63BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A63BA is #859C45. Grayscale: #737373. Windows color (decimal): -8756294 or 12215162. OLE color: 12215162.

HSL color Cylindrical-coordinate representation of color #7A63BA: hue angle of 255.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A63BA is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12299186-
CMYK0.340.4700.27
HSL255.86º38.67%55.88%-
HSV(B)255.86º46.77%72.94%-
XYZ21.3516.6148.53-
YUV115.8167.62132.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.98%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=29.98%
G=24.32%
B=45.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122991860.340.4700.27255.8638.6755.88
Hex7A63BA222F01B1002738
Octal17214327242570334004770
Binary1111010110001110111010100010101111011011100000000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,186); }

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

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

 a { background-color: rgb(122,99,186); }

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

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

 span { border-color: rgb(122,99,186); }

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