Html Css Color HEX #7E58BD Blue Marguerite

📋 copy color: '#7E58BD'

red 126 ◦ green 88 ◦ blue 189

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

Shades of Blue Marguerite #7E58BD

Tints of Blue Marguerite #7E58BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.84%

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 31.27%
G = 21.84%
B = 46.9%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E58BD (or 0x7E58BD) is known color: Blue Marguerite. HEX triplet: 7E, 58 and BD. RGB value is (126,88,189). Sum of RGB (Red+Green+Blue) = 126+88+189=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E58BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58BD is #81A742. Grayscale: #6E6E6E. Windows color (decimal): -8496963 or 12408958. OLE color: 12408958.

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

Color convert

RGB 126 88 189 -
CMYK 0.33 0.53 0 0.26
HSL 262.57º 0.43% 0.54% -
HSV(B) 262.57º 0.53% 0.74% -
XYZ 21.28 15.09 49.94 -
YUV 110.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 126 88 189 0.33 0.53 0 0.26 262.57 0.43 0.54
Hex 7E 58 BD 21 35 0 1A 107 2B 36
Octal 176 130 275 41 65 0 32 407 53 66
Binary 1111110 1011000 10111101 100001 110101 0 11010 100000111 101011 110110

Color Harmonies of #7E58BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E58BD

Black with #7E58BD

Text Example


Text Example

White with #7E58BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,88,189); }

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

background-color css

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

 a { background-color: rgb(126,88,189); }

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

border-color css

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

 span { border-color: rgb(126,88,189); }

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