#7B5EB3

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

Shades of Blue Marguerite #7B5EB3

Tints of Blue Marguerite #7B5EB3

Color information

#7B5EB3 (or 0x7B5EB3) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5E and B3. RGB value is (123,94,179). Sum of RGB (Red+Green+Blue) = 123+94+179=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B5EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5EB3 is #84A14C. Grayscale: #707070. Windows color (decimal): -8692045 or 11755131. OLE color: 11755131.

HSL color Cylindrical-coordinate representation of color #7B5EB3: hue angle of 260.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5EB3 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12394179-
CMYK0.310.4700.30
HSL260.47º35.86%53.53%-
HSV(B)260.47º47.49%70.2%-
XYZ20.3115.4744.56-
YUV112.36165.61135.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 179 (70.31% from 255) = 45.20%
R=31.06%
G=23.74%
B=45.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal123941790.310.4700.30260.4735.8653.53
Hex7B5EB31F2F01E1042436
Octal17313626337570364044466
Binary111101110111101011001111111101111011110100000100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,94,179); }

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

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

 a { background-color: rgb(123,94,179); }

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

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

 span { border-color: rgb(123,94,179); }

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