#7C5CC2

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

Shades of Slate Blue #7C5CC2

Tints of Slate Blue #7C5CC2

Color information

#7C5CC2 (or 0x7C5CC2) is unknown color: approx Slate Blue. HEX triplet: 7C, 5C and C2. RGB value is (124,92,194). Sum of RGB (Red+Green+Blue) = 124+92+194=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #7C5CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5CC2 is #83A33D. Grayscale: #707070. Windows color (decimal): -8627006 or 12737660. OLE color: 12737660.

HSL color Cylindrical-coordinate representation of color #7C5CC2: hue angle of 258.82º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C5CC2 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12492194-
CMYK0.360.5300.24
HSL258.82º45.54%56.08%-
HSV(B)258.82º52.58%76.08%-
XYZ21.8815.8352.94-
YUV113.2173.6135.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.24%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 194 (76.17% from 255) = 47.32%
R=30.24%
G=22.44%
B=47.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124921940.360.5300.24258.8245.5456.08
Hex7C5CC224350181032e38
Octal17413430244650304035670
Binary1111100101110011000010100100110101011000100000011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,92,194); }

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

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

 a { background-color: rgb(124,92,194); }

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

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

 span { border-color: rgb(124,92,194); }

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