#7A60BF

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

Shades of Blue Marguerite #7A60BF

Tints of Blue Marguerite #7A60BF

Color information

#7A60BF (or 0x7A60BF) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 60 and BF. RGB value is (122,96,191). Sum of RGB (Red+Green+Blue) = 122+96+191=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A60BF is #859F40. Grayscale: #727272. Windows color (decimal): -8757057 or 12542074. OLE color: 12542074.

HSL color Cylindrical-coordinate representation of color #7A60BF: hue angle of 256.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A60BF is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12296191-
CMYK0.360.5000.25
HSL256.42º42.6%56.27%-
HSV(B)256.42º49.74%74.9%-
XYZ21.6116.2651.29-
YUV114.6171.11133.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.83%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 191 (75% from 255) = 46.70%
R=29.83%
G=23.47%
B=46.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122961910.360.5000.25256.4242.656.27
Hex7A60BF24320191002b38
Octal17214027744620314005370
Binary1111010110000010111111100100110010011001100000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,191); }

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

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

 a { background-color: rgb(122,96,191); }

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

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

 span { border-color: rgb(122,96,191); }

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