#8057BC

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

Shades of Blue Marguerite #8057BC

Tints of Blue Marguerite #8057BC

Color information

#8057BC (or 0x8057BC) is unknown color: approx Blue Marguerite. HEX triplet: 80, 57 and BC. RGB value is (128,87,188). Sum of RGB (Red+Green+Blue) = 128+87+188=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #8057BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057BC is #7FA843. Grayscale: #6E6E6E. Windows color (decimal): -8366148 or 12343168. OLE color: 12343168.

HSL color Cylindrical-coordinate representation of color #8057BC: hue angle of 264.36º degrees, saturation: 0.43, 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 #8057BC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12887188-
CMYK0.320.5400.26
HSL264.36º42.98%53.92%-
HSV(B)264.36º53.72%73.73%-
XYZ21.3915.0449.35-
YUV110.77171.58140.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 87 (34.38% from 255) = 21.59%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=31.76%
G=21.59%
B=46.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128871880.320.5400.26264.3642.9853.92
Hex8057BC203601A1082b36
Octal20012727440660324105366
Binary10000000101011110111100100000110110011010100001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8057BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8057BC; }

 p { color: rgb(128,87,188); }

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

<style>
 a { background-color: #8057BC; }

 a { background-color: rgb(128,87,188); }

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

<style>
 span { border-color: #8057BC; }

 span { border-color: rgb(128,87,188); }

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