#7B5DAE

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

Shades of Blue Marguerite #7B5DAE

Tints of Blue Marguerite #7B5DAE

Color information

#7B5DAE (or 0x7B5DAE) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5D and AE. RGB value is (123,93,174). Sum of RGB (Red+Green+Blue) = 123+93+174=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5DAE is #84A251. Grayscale: #6E6E6E. Windows color (decimal): -8692306 or 11427195. OLE color: 11427195.

HSL color Cylindrical-coordinate representation of color #7B5DAE: hue angle of 262.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5DAE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12393174-
CMYK0.290.4700.32
HSL262.22º33.33%52.35%-
HSV(B)262.22º46.55%68.24%-
XYZ19.7215.141.92-
YUV111.2163.44136.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=31.54%
G=23.85%
B=44.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123931740.290.4700.32262.2233.3352.35
Hex7B5DAE1D2F0201062134
Octal17313525635570404064164
Binary1111011101110110101110111011011110100000100000110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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