#7D5DC0

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

Shades of Blue Marguerite #7D5DC0

Tints of Blue Marguerite #7D5DC0

Color information

#7D5DC0 (or 0x7D5DC0) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 5D and C0. RGB value is (125,93,192). Sum of RGB (Red+Green+Blue) = 125+93+192=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #7D5DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DC0 is #82A23F. Grayscale: #717171. Windows color (decimal): -8561216 or 12606845. OLE color: 12606845.

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

Color convert

RGB12593192-
CMYK0.350.5200.25
HSL259.39º44%55.88%-
HSV(B)259.39º51.56%75.29%-
XYZ21.8915.9951.8-
YUV113.85172.1135.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.49%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 192 (75.39% from 255) = 46.83%
R=30.49%
G=22.68%
B=46.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125931920.350.5200.25259.394455.88
Hex7D5DC023340191032c38
Octal17513530043640314035470
Binary1111101101110111000000100011110100011001100000011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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