Html Css Color HEX #7E58BC Blue Marguerite

📋 copy color: '#7E58BC'

red 126 ◦ green 88 ◦ blue 188

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

Shades of Blue Marguerite #7E58BC

Tints of Blue Marguerite #7E58BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 31.34%
G = 21.89%
B = 46.77%

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

#7E58BC (or 0x7E58BC) is known color: Blue Marguerite. HEX triplet: 7E, 58 and BC. RGB value is (126,88,188). Sum of RGB (Red+Green+Blue) = 126+88+188=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58BC is #81A743. Grayscale: #6E6E6E. Windows color (decimal): -8496964 or 12343422. OLE color: 12343422.

HSL color Cylindrical-coordinate representation of color #7E58BC: hue angle of 262.8º 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 #7E58BC is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 88 188 -
CMYK 0.33 0.53 0 0.26
HSL 262.8º 0.43% 0.54% -
HSV(B) 262.8º 0.53% 0.74% -
XYZ 21.17 15.05 49.37 -
YUV 110.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 126 88 188 0.33 0.53 0 0.26 262.8 0.43 0.54
Hex 7E 58 BC 21 35 0 1A 107 2B 36
Octal 176 130 274 41 65 0 32 407 53 66
Binary 1111110 1011000 10111100 100001 110101 0 11010 100000111 101011 110110

Color Harmonies of #7E58BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E58BC

Black with #7E58BC

Text Example


Text Example

White with #7E58BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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