#7D49D3

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

Shades of Slate Blue #7D49D3

Tints of Slate Blue #7D49D3

Color information

#7D49D3 (or 0x7D49D3) is unknown color: approx Slate Blue. HEX triplet: 7D, 49 and D3. RGB value is (125,73,211). Sum of RGB (Red+Green+Blue) = 125+73+211=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #7D49D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D49D3 is #82B62C. Grayscale: #676767. Windows color (decimal): -8566317 or 13846909. OLE color: 13846909.

HSL color Cylindrical-coordinate representation of color #7D49D3: hue angle of 262.61º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D49D3 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12573211-
CMYK0.410.6500.17
HSL262.61º61.06%55.69%-
HSV(B)262.61º65.4%82.75%-
XYZ22.613.8363.11-
YUV104.28188.23142.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 211 (82.81% from 255) = 51.59%
R=30.56%
G=17.85%
B=51.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal125732110.410.6500.17262.6161.0655.69
Hex7D49D329410111073d38
Octal175111323511010214077570
Binary11111011001001110100111010011000001010001100000111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D49D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,73,211); }

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

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

 a { background-color: rgb(125,73,211); }

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

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

 span { border-color: rgb(125,73,211); }

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