#7C5EBB

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

Shades of Blue Marguerite #7C5EBB

Tints of Blue Marguerite #7C5EBB

Color information

#7C5EBB (or 0x7C5EBB) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 5E and BB. RGB value is (124,94,187). Sum of RGB (Red+Green+Blue) = 124+94+187=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C5EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5EBB is #83A144. Grayscale: #717171. Windows color (decimal): -8626501 or 12279420. OLE color: 12279420.

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

Color convert

RGB12494187-
CMYK0.340.5000.27
HSL259.35º40.61%55.1%-
HSV(B)259.35º49.73%73.33%-
XYZ21.2815.8848.96-
YUV113.57169.44135.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.62%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=30.62%
G=23.21%
B=46.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124941870.340.5000.27259.3540.6155.1
Hex7C5EBB223201B1032937
Octal17413627342620334035167
Binary1111100101111010111011100010110010011011100000011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,94,187); }

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

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

 a { background-color: rgb(124,94,187); }

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

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

 span { border-color: rgb(124,94,187); }

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