#7B58BF

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

Shades of Blue Marguerite #7B58BF

Tints of Blue Marguerite #7B58BF

Color information

#7B58BF (or 0x7B58BF) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 58 and BF. RGB value is (123,88,191). Sum of RGB (Red+Green+Blue) = 123+88+191=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B58BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B58BF is #84A740. Grayscale: #6D6D6D. Windows color (decimal): -8693569 or 12540027. OLE color: 12540027.

HSL color Cylindrical-coordinate representation of color #7B58BF: hue angle of 260.39º degrees, saturation: 0.45, 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 #7B58BF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12388191-
CMYK0.360.5400.25
HSL260.39º44.59%54.71%-
HSV(B)260.39º53.93%74.9%-
XYZ21.0614.9551.07-
YUV110.21173.6137.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.60%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 191 (75% from 255) = 47.51%
R=30.60%
G=21.89%
B=47.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123881910.360.5400.25260.3944.5954.71
Hex7B58BF24360191042d37
Octal17313027744660314045567
Binary1111011101100010111111100100110110011001100000100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B58BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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