#7B58BE

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

Shades of Blue Marguerite #7B58BE

Tints of Blue Marguerite #7B58BE

Color information

#7B58BE (or 0x7B58BE) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 58 and BE. RGB value is (123,88,190). Sum of RGB (Red+Green+Blue) = 123+88+190=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B58BE is #84A741. Grayscale: #6D6D6D. Windows color (decimal): -8693570 or 12474491. OLE color: 12474491.

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

Color convert

RGB12388190-
CMYK0.350.5400.25
HSL260.59º43.97%54.51%-
HSV(B)260.59º53.68%74.51%-
XYZ20.9514.9150.49-
YUV110.09173.1137.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.67%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=30.67%
G=21.95%
B=47.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123881900.350.5400.25260.5943.9754.51
Hex7B58BE23360191052c37
Octal17313027643660314055467
Binary1111011101100010111110100011110110011001100000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,88,190); }

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

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

 a { background-color: rgb(123,88,190); }

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

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

 span { border-color: rgb(123,88,190); }

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