#8058BC

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

Shades of Blue Marguerite #8058BC

Tints of Blue Marguerite #8058BC

Color information

#8058BC (or 0x8058BC) is unknown color: approx Blue Marguerite. HEX triplet: 80, 58 and BC. RGB value is (128,88,188). Sum of RGB (Red+Green+Blue) = 128+88+188=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #8058BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8058BC is #7FA743. Grayscale: #6F6F6F. Windows color (decimal): -8365892 or 12343424. OLE color: 12343424.

HSL color Cylindrical-coordinate representation of color #8058BC: hue angle of 264º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8058BC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12888188-
CMYK0.320.5300.26
HSL264º42.74%54.12%-
HSV(B)264º53.19%73.73%-
XYZ21.4715.249.38-
YUV111.36171.25139.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 188 (73.83% from 255) = 46.53%
R=31.68%
G=21.78%
B=46.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128881880.320.5300.2626442.7454.12
Hex8058BC203501A1082b36
Octal20013027440650324105366
Binary10000000101100010111100100000110101011010100001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8058BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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