#7C4FCD

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

Shades of Slate Blue #7C4FCD

Tints of Slate Blue #7C4FCD

Color information

#7C4FCD (or 0x7C4FCD) is unknown color: approx Slate Blue. HEX triplet: 7C, 4F and CD. RGB value is (124,79,205). Sum of RGB (Red+Green+Blue) = 124+79+205=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C4FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4FCD is #83B032. Grayscale: #6A6A6A. Windows color (decimal): -8630323 or 13455228. OLE color: 13455228.

HSL color Cylindrical-coordinate representation of color #7C4FCD: hue angle of 261.43º 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 #7C4FCD is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12479205-
CMYK0.400.6100.20
HSL261.43º55.75%55.69%-
HSV(B)261.43º61.46%80.39%-
XYZ22.1314.2859.35-
YUV106.82183.41140.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.39%
GREEN value IS 79 (31.25% from 255) = 19.36%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=30.39%
G=19.36%
B=50.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124792050.400.6100.20261.4355.7555.69
Hex7C4FCD283D0141053838
Octal17411731550750244057070
Binary1111100100111111001101101000111101010100100000101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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