Html Css Color HEX #7E5DBC Blue Marguerite

📋 copy color: '#7E5DBC'

red 126 ◦ green 93 ◦ blue 188

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

Shades of Blue Marguerite #7E5DBC

Tints of Blue Marguerite #7E5DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

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

R = 30.96%
G = 22.85%
B = 46.19%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E5DBC (or 0x7E5DBC) is known color: Blue Marguerite. HEX triplet: 7E, 5D and BC. RGB value is (126,93,188). Sum of RGB (Red+Green+Blue) = 126+93+188=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E5DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DBC is #81A243. Grayscale: #717171. Windows color (decimal): -8495684 or 12344702. OLE color: 12344702.

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

Color convert

RGB 126 93 188 -
CMYK 0.33 0.51 0 0.26
HSL 260.84º 0.41% 0.55% -
HSV(B) 260.84º 0.51% 0.74% -
XYZ 21.6 15.9 49.51 -
YUV 113.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 126 93 188 0.33 0.51 0 0.26 260.84 0.41 0.55
Hex 7E 5D BC 21 33 0 1A 105 29 37
Octal 176 135 274 41 63 0 32 405 51 67
Binary 1111110 1011101 10111100 100001 110011 0 11010 100000101 101001 110111

Color Harmonies of #7E5DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5DBC

Black with #7E5DBC

Text Example


Text Example

White with #7E5DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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