#7A5BBB

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

Shades of Blue Marguerite #7A5BBB

Tints of Blue Marguerite #7A5BBB

Color information

#7A5BBB (or 0x7A5BBB) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5B and BB. RGB value is (122,91,187). Sum of RGB (Red+Green+Blue) = 122+91+187=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A5BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BBB is #85A444. Grayscale: #6E6E6E. Windows color (decimal): -8758341 or 12278650. OLE color: 12278650.

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

Color convert

RGB12291187-
CMYK0.350.5100.27
HSL259.38º41.38%54.51%-
HSV(B)259.38º51.34%73.33%-
XYZ20.7415.2148.86-
YUV111.21170.77135.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.5%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=30.5%
G=22.75%
B=46.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122911870.350.5100.27259.3841.3854.51
Hex7A5BBB233301B1032937
Octal17213327343630334035167
Binary1111010101101110111011100011110011011011100000011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,91,187); }

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

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

 a { background-color: rgb(122,91,187); }

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

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

 span { border-color: rgb(122,91,187); }

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