#8056bf

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

Shades of Blue Marguerite #8056BF

Tints of Blue Marguerite #8056BF

Color information

#8056BF (or 0x8056BF) is unknown color: approx Blue Marguerite. HEX triplet: 80, 56 and BF. RGB value is (128,86,191). Sum of RGB (Red+Green+Blue) = 128+86+191=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #8056BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056BF is #7FA940. Grayscale: #6E6E6E. Windows color (decimal): -8366401 or 12539520. OLE color: 12539520.

HSL color Cylindrical-coordinate representation of color #8056BF: hue angle of 264º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8056BF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12886191-
CMYK0.330.5500.25
HSL264º45.06%54.31%-
HSV(B)264º54.97%74.9%-
XYZ21.6315.0151.05-
YUV110.53173.41140.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 86 (33.98% from 255) = 21.23%
BLUE value IS 191 (75% from 255) = 47.16%
R=31.60%
G=21.23%
B=47.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128861910.330.5500.2526445.0654.31
Hex8056BF21370191082d36
Octal20012627741670314105566
Binary10000000101011010111111100001110111011001100001000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8056bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8056bf; }

 p { color: rgb(128,86,191); }

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

<style>
 a { background-color: #8056bf; }

 a { background-color: rgb(128,86,191); }

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

<style>
 span { border-color: #8056bf; }

 span { border-color: rgb(128,86,191); }

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