#7A63B2

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

Shades of Blue Marguerite #7A63B2

Tints of Blue Marguerite #7A63B2

Color information

#7A63B2 (or 0x7A63B2) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 63 and B2. RGB value is (122,99,178). Sum of RGB (Red+Green+Blue) = 122+99+178=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 178 - color contains mainly: blue. Hex color #7A63B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A63B2 is #859C4D. Grayscale: #727272. Windows color (decimal): -8756302 or 11690874. OLE color: 11690874.

HSL color Cylindrical-coordinate representation of color #7A63B2: hue angle of 257.47º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A63B2 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12299178-
CMYK0.310.4400.30
HSL257.47º33.91%54.31%-
HSV(B)257.47º44.38%69.8%-
XYZ20.5216.2844.18-
YUV114.88163.62133.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 178 (69.92% from 255) = 44.61%
R=30.58%
G=24.81%
B=44.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal122991780.310.4400.30257.4733.9154.31
Hex7A63B21F2C01E1012236
Octal17214326237540364014266
Binary111101011000111011001011111101100011110100000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A63B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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