#7B5CAE

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

Shades of Blue Marguerite #7B5CAE

Tints of Blue Marguerite #7B5CAE

Color information

#7B5CAE (or 0x7B5CAE) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5C and AE. RGB value is (123,92,174). Sum of RGB (Red+Green+Blue) = 123+92+174=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5CAE is #84A351. Grayscale: #6E6E6E. Windows color (decimal): -8692562 or 11426939. OLE color: 11426939.

HSL color Cylindrical-coordinate representation of color #7B5CAE: hue angle of 262.68º degrees, saturation: 0.34, 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 #7B5CAE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12392174-
CMYK0.290.4700.32
HSL262.68º33.61%52.16%-
HSV(B)262.68º47.13%68.24%-
XYZ19.6414.9241.89-
YUV110.62163.77136.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.62%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=31.62%
G=23.65%
B=44.73%

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
Decimal123921740.290.4700.32262.6833.6152.16
Hex7B5CAE1D2F0201072234
Octal17313425635570404074264
Binary1111011101110010101110111011011110100000100000111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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