#7E5BBC

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

Shades of Blue Marguerite #7E5BBC

Tints of Blue Marguerite #7E5BBC

Color information

#7E5BBC (or 0x7E5BBC) is unknown color: approx Blue Marguerite. HEX triplet: 7E, 5B and BC. RGB value is (126,91,188). Sum of RGB (Red+Green+Blue) = 126+91+188=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BBC is #81A443. Grayscale: #707070. Windows color (decimal): -8496196 or 12344190. OLE color: 12344190.

HSL color Cylindrical-coordinate representation of color #7E5BBC: hue angle of 261.65º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E5BBC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12691188-
CMYK0.330.5200.26
HSL261.65º41.99%54.71%-
HSV(B)261.65º51.6%73.73%-
XYZ21.4215.5549.45-
YUV112.52170.6137.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.11%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=31.11%
G=22.47%
B=46.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126911880.330.5200.26261.6541.9954.71
Hex7E5BBC213401A1062a37
Octal17613327441640324065267
Binary1111110101101110111100100001110100011010100000110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,91,188); }

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

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

 a { background-color: rgb(126,91,188); }

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

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

 span { border-color: rgb(126,91,188); }

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