#7b5bba

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

Shades of Blue Marguerite #7B5BBA

Tints of Blue Marguerite #7B5BBA

Color information

#7B5BBA (or 0x7B5BBA) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5B and BA. RGB value is (123,91,186). Sum of RGB (Red+Green+Blue) = 123+91+186=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BBA is #84A445. Grayscale: #6F6F6F. Windows color (decimal): -8692806 or 12213115. OLE color: 12213115.

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

Color convert

RGB12391186-
CMYK0.340.5100.27
HSL260.21º40.77%54.31%-
HSV(B)260.21º51.08%72.94%-
XYZ20.7715.2448.3-
YUV111.4170.1136.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=30.75%
G=22.75%
B=46.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123911860.340.5100.27260.2140.7754.31
Hex7B5BBA223301B1042936
Octal17313327242630334045166
Binary1111011101101110111010100010110011011011100000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b5bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,91,186); }

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

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

 a { background-color: rgb(123,91,186); }

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

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

 span { border-color: rgb(123,91,186); }

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