#7B5ABE

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

Shades of Blue Marguerite #7B5ABE

Tints of Blue Marguerite #7B5ABE

Color information

#7B5ABE (or 0x7B5ABE) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5A and BE. RGB value is (123,90,190). Sum of RGB (Red+Green+Blue) = 123+90+190=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ABE is #84A541. Grayscale: #6E6E6E. Windows color (decimal): -8693058 or 12475003. OLE color: 12475003.

HSL color Cylindrical-coordinate representation of color #7B5ABE: hue angle of 259.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B5ABE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12390190-
CMYK0.350.5300.25
HSL259.8º43.48%54.9%-
HSV(B)259.8º52.63%74.51%-
XYZ21.1215.2450.54-
YUV111.27172.43136.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.52%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=30.52%
G=22.33%
B=47.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123901900.350.5300.25259.843.4854.9
Hex7B5ABE23350191042b37
Octal17313227643650314045367
Binary1111011101101010111110100011110101011001100000100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,90,190); }

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

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

 a { background-color: rgb(123,90,190); }

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

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

 span { border-color: rgb(123,90,190); }

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