#7D4FCD

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

Shades of Slate Blue #7D4FCD

Tints of Slate Blue #7D4FCD

Color information

#7D4FCD (or 0x7D4FCD) is unknown color: approx Slate Blue. HEX triplet: 7D, 4F and CD. RGB value is (125,79,205). Sum of RGB (Red+Green+Blue) = 125+79+205=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D4FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4FCD is #82B032. Grayscale: #6A6A6A. Windows color (decimal): -8564787 or 13455229. OLE color: 13455229.

HSL color Cylindrical-coordinate representation of color #7D4FCD: hue angle of 261.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D4FCD is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12579205-
CMYK0.390.6100.20
HSL261.9º55.75%55.69%-
HSV(B)261.9º61.46%80.39%-
XYZ22.2714.3659.36-
YUV107.12183.24140.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=30.56%
G=19.32%
B=50.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal125792050.390.6100.20261.955.7555.69
Hex7D4FCD273D0141063838
Octal17511731547750244067070
Binary1111101100111111001101100111111101010100100000110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,79,205); }

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

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

 a { background-color: rgb(125,79,205); }

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

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

 span { border-color: rgb(125,79,205); }

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