Html Css Color HEX #7E55BB Blue Marguerite

📋 copy color: '#7E55BB'

red 126 ◦ green 85 ◦ blue 187

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

Shades of Blue Marguerite #7E55BB

Tints of Blue Marguerite #7E55BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

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

R = 31.66%
G = 21.36%
B = 46.98%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E55BB (or 0x7E55BB) is known color: Blue Marguerite. HEX triplet: 7E, 55 and BB. RGB value is (126,85,187). Sum of RGB (Red+Green+Blue) = 126+85+187=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E55BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E55BB is #81AA44. Grayscale: #6C6C6C. Windows color (decimal): -8497733 or 12277118. OLE color: 12277118.

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

Color convert

RGB 126 85 187 -
CMYK 0.33 0.55 0 0.27
HSL 264.12º 0.43% 0.53% -
HSV(B) 264.12º 0.55% 0.73% -
XYZ 20.82 14.52 48.72 -
YUV 108.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 126 85 187 0.33 0.55 0 0.27 264.12 0.43 0.53
Hex 7E 55 BB 21 37 0 1B 108 2B 35
Octal 176 125 273 41 67 0 33 410 53 65
Binary 1111110 1010101 10111011 100001 110111 0 11011 100001000 101011 110101

Color Harmonies of #7E55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E55BB

Black with #7E55BB

Text Example


Text Example

White with #7E55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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