#7C5DCA

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

Shades of Slate Blue #7C5DCA

Tints of Slate Blue #7C5DCA

Color information

#7C5DCA (or 0x7C5DCA) is unknown color: approx Slate Blue. HEX triplet: 7C, 5D and CA. RGB value is (124,93,202). Sum of RGB (Red+Green+Blue) = 124+93+202=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C5DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5DCA is #83A235. Grayscale: #727272. Windows color (decimal): -8626742 or 13262204. OLE color: 13262204.

HSL color Cylindrical-coordinate representation of color #7C5DCA: hue angle of 257.06º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C5DCA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12493202-
CMYK0.390.5400.21
HSL257.06º50.7%57.84%-
HSV(B)257.06º53.96%79.22%-
XYZ22.8916.3857.83-
YUV114.7177.27134.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.59%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=29.59%
G=22.20%
B=48.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124932020.390.5400.21257.0650.757.84
Hex7C5DCA2736015101333a
Octal17413531247660254016372
Binary1111100101110111001010100111110110010101100000001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,93,202); }

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

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

 a { background-color: rgb(124,93,202); }

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

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

 span { border-color: rgb(124,93,202); }

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