#7D56BD

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

Shades of Blue Marguerite #7D56BD

Tints of Blue Marguerite #7D56BD

Color information

#7D56BD (or 0x7D56BD) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 56 and BD. RGB value is (125,86,189). Sum of RGB (Red+Green+Blue) = 125+86+189=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D56BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D56BD is #82A942. Grayscale: #6D6D6D. Windows color (decimal): -8563011 or 12408445. OLE color: 12408445.

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

Color convert

RGB12586189-
CMYK0.340.5400.26
HSL262.72º43.83%53.92%-
HSV(B)262.72º54.5%74.12%-
XYZ20.9714.6949.87-
YUV109.4172.92139.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=31.25%
G=21.5%
B=47.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125861890.340.5400.26262.7243.8353.92
Hex7D56BD223601A1072c36
Octal17512627542660324075466
Binary1111101101011010111101100010110110011010100000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D56BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,86,189); }

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

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

 a { background-color: rgb(125,86,189); }

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

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

 span { border-color: rgb(125,86,189); }

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