Html Css Color HEX #7E5FBC Blue Marguerite

📋 copy color: '#7E5FBC'

red 126 ◦ green 95 ◦ blue 188

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

Shades of Blue Marguerite #7E5FBC

Tints of Blue Marguerite #7E5FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.23%

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

R = 30.81%
G = 23.23%
B = 45.97%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E5FBC (or 0x7E5FBC) is known color: Blue Marguerite. HEX triplet: 7E, 5F and BC. RGB value is (126,95,188). Sum of RGB (Red+Green+Blue) = 126+95+188=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FBC is #81A043. Grayscale: #727272. Windows color (decimal): -8495172 or 12345214. OLE color: 12345214.

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

Color convert

RGB 126 95 188 -
CMYK 0.33 0.49 0 0.26
HSL 260º 0.41% 0.55% -
HSV(B) 260º 0.49% 0.74% -
XYZ 21.77 16.25 49.57 -
YUV 114.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 126 95 188 0.33 0.49 0 0.26 260 0.41 0.55
Hex 7E 5F BC 21 31 0 1A 104 29 37
Octal 176 137 274 41 61 0 32 404 51 67
Binary 1111110 1011111 10111100 100001 110001 0 11010 100000100 101001 110111

Color Harmonies of #7E5FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5FBC

Black with #7E5FBC

Text Example


Text Example

White with #7E5FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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