#7E5FBB

Color #7E5FBB Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7E5FBB

Tints of Blue Marguerite #7E5FBB

Color information

#7E5FBB (or 0x7E5FBB) is unknown color: approx Blue Marguerite. HEX triplet: 7E, 5F and BB. RGB value is (126,95,187). Sum of RGB (Red+Green+Blue) = 126+95+187=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E5FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FBB is #81A044. Grayscale: #727272. Windows color (decimal): -8495173 or 12279678. OLE color: 12279678.

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

Color convert

RGB12695187-
CMYK0.330.4900.27
HSL260.22º40.35%55.29%-
HSV(B)260.22º49.2%73.33%-
XYZ21.6716.2149-
YUV114.76168.77136.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.88%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=30.88%
G=23.28%
B=45.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126951870.330.4900.27260.2240.3555.29
Hex7E5FBB213101B1042837
Octal17613727341610334045067
Binary1111110101111110111011100001110001011011100000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E5FBB;
 }
 .AnyTagClassName
 {
   color: #7E5FBB;
 }
</style>
background-color css

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

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

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

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

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

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