#7d4ddf

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

Shades of Slate Blue #7D4DDF

Tints of Slate Blue #7D4DDF

Color information

#7D4DDF (or 0x7D4DDF) is unknown color: approx Slate Blue. HEX triplet: 7D, 4D and DF. RGB value is (125,77,223). Sum of RGB (Red+Green+Blue) = 125+77+223=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D4DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DDF is #82B220. Grayscale: #6B6B6B. Windows color (decimal): -8565281 or 14634365. OLE color: 14634365.

HSL color Cylindrical-coordinate representation of color #7D4DDF: hue angle of 259.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D4DDF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12577223-
CMYK0.440.6500.13
HSL259.73º69.52%58.82%-
HSV(B)259.73º65.47%87.45%-
XYZ24.431571.42-
YUV108192.9140.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 77 (30.47% from 255) = 18.12%
BLUE value IS 223 (87.5% from 255) = 52.47%
R=29.41%
G=18.12%
B=52.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125772230.440.6500.13259.7369.5258.82
Hex7D4DDF2C410D104463b
Octal1751153375410101540410673
Binary11111011001101110111111011001000001011011000001001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d4ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,77,223); }

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

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

 a { background-color: rgb(125,77,223); }

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

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

 span { border-color: rgb(125,77,223); }

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