#7C5FCD

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

Shades of Slate Blue #7C5FCD

Tints of Slate Blue #7C5FCD

Color information

#7C5FCD (or 0x7C5FCD) is unknown color: approx Slate Blue. HEX triplet: 7C, 5F and CD. RGB value is (124,95,205). Sum of RGB (Red+Green+Blue) = 124+95+205=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5FCD is #83A032. Grayscale: #737373. Windows color (decimal): -8626227 or 13459324. OLE color: 13459324.

HSL color Cylindrical-coordinate representation of color #7C5FCD: hue angle of 255.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C5FCD is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12495205-
CMYK0.400.5400.20
HSL255.82º52.38%58.82%-
HSV(B)255.82º53.66%80.39%-
XYZ23.4216.8859.78-
YUV116.21178.11133.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.25%
GREEN value IS 95 (37.5% from 255) = 22.41%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=29.25%
G=22.41%
B=48.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124952050.400.5400.20255.8252.3858.82
Hex7C5FCD2836014100343b
Octal17413731550660244006473
Binary1111100101111111001101101000110110010100100000000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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