#7F58BC

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

Shades of Blue Marguerite #7F58BC

Tints of Blue Marguerite #7F58BC

Color information

#7F58BC (or 0x7F58BC) is unknown color: approx Blue Marguerite. HEX triplet: 7F, 58 and BC. RGB value is (127,88,188). Sum of RGB (Red+Green+Blue) = 127+88+188=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 88 (34.77% from 255 or 21.84% 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 #7F58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F58BC is #80A743. Grayscale: #6E6E6E. Windows color (decimal): -8431428 or 12343423. OLE color: 12343423.

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

Color convert

RGB12788188-
CMYK0.320.5300.26
HSL263.4º42.74%54.12%-
HSV(B)263.4º53.19%73.73%-
XYZ21.3215.1249.37-
YUV111.06171.42139.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.51%
GREEN value IS 88 (34.77% from 255) = 21.84%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=31.51%
G=21.84%
B=46.65%

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
Decimal127881880.320.5300.26263.442.7454.12
Hex7F58BC203501A1072b36
Octal17713027440650324075366
Binary1111111101100010111100100000110101011010100000111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F58BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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