#7F56BD

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

Shades of Blue Marguerite #7F56BD

Tints of Blue Marguerite #7F56BD

Color information

#7F56BD (or 0x7F56BD) is unknown color: approx Blue Marguerite. HEX triplet: 7F, 56 and BD. RGB value is (127,86,189). Sum of RGB (Red+Green+Blue) = 127+86+189=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F56BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56BD is #80A942. Grayscale: #6D6D6D. Windows color (decimal): -8431939 or 12408447. OLE color: 12408447.

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

Color convert

RGB12786189-
CMYK0.330.5400.26
HSL263.88º43.83%53.92%-
HSV(B)263.88º54.5%74.12%-
XYZ21.2714.8449.89-
YUV110172.58140.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=31.59%
G=21.39%
B=47.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal127861890.330.5400.26263.8843.8353.92
Hex7F56BD213601A1082c36
Octal17712627541660324105466
Binary1111111101011010111101100001110110011010100001000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F56BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,86,189); }

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

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

 a { background-color: rgb(127,86,189); }

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

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

 span { border-color: rgb(127,86,189); }

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