#7B5DB1

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

Shades of Blue Marguerite #7B5DB1

Tints of Blue Marguerite #7B5DB1

Color information

#7B5DB1 (or 0x7B5DB1) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5D and B1. RGB value is (123,93,177). Sum of RGB (Red+Green+Blue) = 123+93+177=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B5DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5DB1 is #84A24E. Grayscale: #6F6F6F. Windows color (decimal): -8692303 or 11623803. OLE color: 11623803.

HSL color Cylindrical-coordinate representation of color #7B5DB1: hue angle of 261.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5DB1 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12393177-
CMYK0.310.4700.31
HSL261.43º35%52.94%-
HSV(B)261.43º47.46%69.41%-
XYZ20.0215.2143.48-
YUV111.55164.94136.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.30%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 177 (69.53% from 255) = 45.04%
R=31.30%
G=23.66%
B=45.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123931770.310.4700.31261.433552.94
Hex7B5DB11F2F01F1052335
Octal17313526137570374054365
Binary111101110111011011000111111101111011111100000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,93,177); }

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

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

 a { background-color: rgb(123,93,177); }

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

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

 span { border-color: rgb(123,93,177); }

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