#7C5FBC

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

Shades of Blue Marguerite #7C5FBC

Tints of Blue Marguerite #7C5FBC

Color information

#7C5FBC (or 0x7C5FBC) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 5F and BC. RGB value is (124,95,188). Sum of RGB (Red+Green+Blue) = 124+95+188=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5FBC is #83A043. Grayscale: #717171. Windows color (decimal): -8626244 or 12345212. OLE color: 12345212.

HSL color Cylindrical-coordinate representation of color #7C5FBC: hue angle of 258.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C5FBC is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12495188-
CMYK0.340.4900.26
HSL258.71º40.97%55.49%-
HSV(B)258.71º49.47%73.73%-
XYZ21.4816.149.55-
YUV114.27169.61134.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.47%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=30.47%
G=23.34%
B=46.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124951880.340.4900.26258.7140.9755.49
Hex7C5FBC223101A1032937
Octal17413727442610324035167
Binary1111100101111110111100100010110001011010100000011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,95,188); }

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

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

 a { background-color: rgb(124,95,188); }

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

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

 span { border-color: rgb(124,95,188); }

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