Html Css Color HEX #7E57BB Blue Marguerite

📋 copy color: '#7E57BB'

red 126 ◦ green 87 ◦ blue 187

#7E57BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7E57BB

Tints of Blue Marguerite #7E57BB

RGB

 RED value IS 126 (49.61% from 255) = 31.5%

 GREEN value IS 87 (34.38% from 255) = 21.75%

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 31.5%
G = 21.75%
B = 46.75%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E57BB (or 0x7E57BB) is known color: Blue Marguerite. HEX triplet: 7E, 57 and BB. RGB value is (126,87,187). Sum of RGB (Red+Green+Blue) = 126+87+187=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E57BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E57BB is #81A844. Grayscale: #6D6D6D. Windows color (decimal): -8497221 or 12277630. OLE color: 12277630.

HSL color Cylindrical-coordinate representation of color #7E57BB: hue angle of 263.4º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E57BB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 87 187 -
CMYK 0.33 0.53 0 0.27
HSL 263.4º 0.42% 0.54% -
HSV(B) 263.4º 0.53% 0.73% -
XYZ 20.98 14.84 48.77 -
YUV 110.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 126 87 187 0.33 0.53 0 0.27 263.4 0.42 0.54
Hex 7E 57 BB 21 35 0 1B 107 2A 36
Octal 176 127 273 41 65 0 33 407 52 66
Binary 1111110 1010111 10111011 100001 110101 0 11011 100000111 101010 110110

Color Harmonies of #7E57BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E57BB

Black with #7E57BB

Text Example


Text Example

White with #7E57BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,87,187); }

 H1.HeaderClassName
 {
   color: #7E57BB;
 }
 .AnyTagClassName
 {
   color: #7E57BB;
 }
</style>

background-color css

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

 a { background-color: rgb(126,87,187); }

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

border-color css

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

 span { border-color: rgb(126,87,187); }

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