#7E52BF

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

Shades of Blue Marguerite #7E52BF

Tints of Blue Marguerite #7E52BF

Color information

#7E52BF (or 0x7E52BF) is unknown color: approx Blue Marguerite. HEX triplet: 7E, 52 and BF. RGB value is (126,82,191). Sum of RGB (Red+Green+Blue) = 126+82+191=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E52BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E52BF is #81AD40. Grayscale: #6B6B6B. Windows color (decimal): -8498497 or 12538494. OLE color: 12538494.

HSL color Cylindrical-coordinate representation of color #7E52BF: hue angle of 264.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E52BF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12682191-
CMYK0.340.5700.25
HSL264.22º45.99%53.53%-
HSV(B)264.22º57.07%74.9%-
XYZ21.0314.2350.93-
YUV107.58175.08141.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.58%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 191 (75% from 255) = 47.87%
R=31.58%
G=20.55%
B=47.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126821910.340.5700.25264.2245.9953.53
Hex7E52BF22390191082e36
Octal17612227742710314105666
Binary1111110101001010111111100010111001011001100001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,82,191); }

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

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

 a { background-color: rgb(126,82,191); }

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

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

 span { border-color: rgb(126,82,191); }

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