#7D55C0

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

Shades of Blue Marguerite #7D55C0

Tints of Blue Marguerite #7D55C0

Color information

#7D55C0 (or 0x7D55C0) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 55 and C0. RGB value is (125,85,192). Sum of RGB (Red+Green+Blue) = 125+85+192=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #7D55C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D55C0 is #82AA3F. Grayscale: #6C6C6C. Windows color (decimal): -8563264 or 12604797. OLE color: 12604797.

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

Color convert

RGB12585192-
CMYK0.350.5600.25
HSL262.43º45.92%54.31%-
HSV(B)262.43º55.73%75.29%-
XYZ21.2214.6651.58-
YUV109.16174.75139.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=31.09%
G=21.14%
B=47.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125851920.350.5600.25262.4345.9254.31
Hex7D55C023380191062e36
Octal17512530043700314065666
Binary1111101101010111000000100011111000011001100000110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D55C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,85,192); }

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

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

 a { background-color: rgb(125,85,192); }

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

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

 span { border-color: rgb(125,85,192); }

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