#7A61BA

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

Shades of Blue Marguerite #7A61BA

Tints of Blue Marguerite #7A61BA

Color information

#7A61BA (or 0x7A61BA) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 61 and BA. RGB value is (122,97,186). Sum of RGB (Red+Green+Blue) = 122+97+186=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A61BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A61BA is #859E45. Grayscale: #727272. Windows color (decimal): -8756806 or 12214650. OLE color: 12214650.

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

Color convert

RGB12297186-
CMYK0.340.4800.27
HSL256.85º39.21%55.49%-
HSV(B)256.85º47.85%72.94%-
XYZ21.1616.2348.47-
YUV114.62168.28133.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.12%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=30.12%
G=23.95%
B=45.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122971860.340.4800.27256.8539.2155.49
Hex7A61BA223001B1012737
Octal17214127242600334014767
Binary1111010110000110111010100010110000011011100000001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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