#7F55BB

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

Shades of Blue Marguerite #7F55BB

Tints of Blue Marguerite #7F55BB

Color information

#7F55BB (or 0x7F55BB) is unknown color: approx Blue Marguerite. HEX triplet: 7F, 55 and BB. RGB value is (127,85,187). Sum of RGB (Red+Green+Blue) = 127+85+187=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F55BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F55BB is #80AA44. Grayscale: #6C6C6C. Windows color (decimal): -8432197 or 12277119. OLE color: 12277119.

HSL color Cylindrical-coordinate representation of color #7F55BB: hue angle of 264.71º 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 #7F55BB is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12785187-
CMYK0.320.5500.27
HSL264.71º42.86%53.33%-
HSV(B)264.71º54.55%73.33%-
XYZ20.9714.648.73-
YUV109.19171.91140.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=31.83%
G=21.30%
B=46.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127851870.320.5500.27264.7142.8653.33
Hex7F55BB203701B1092b35
Octal17712527340670334115365
Binary1111111101010110111011100000110111011011100001001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F55BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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