#7D58BB

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

Shades of Blue Marguerite #7D58BB

Tints of Blue Marguerite #7D58BB

Color information

#7D58BB (or 0x7D58BB) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 58 and BB. RGB value is (125,88,187). Sum of RGB (Red+Green+Blue) = 125+88+187=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D58BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D58BB is #82A744. Grayscale: #6D6D6D. Windows color (decimal): -8562501 or 12277885. OLE color: 12277885.

HSL color Cylindrical-coordinate representation of color #7D58BB: hue angle of 262.42º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D58BB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12588187-
CMYK0.330.5300.27
HSL262.42º42.13%53.92%-
HSV(B)262.42º52.94%73.33%-
XYZ20.9214.9348.79-
YUV110.35171.26138.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=31.25%
G=22%
B=46.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125881870.330.5300.27262.4242.1353.92
Hex7D58BB213501B1062a36
Octal17513027341650334065266
Binary1111101101100010111011100001110101011011100000110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D58BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,187); }

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

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

 a { background-color: rgb(125,88,187); }

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

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

 span { border-color: rgb(125,88,187); }

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