#7c5cce

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

Shades of Slate Blue #7C5CCE

Tints of Slate Blue #7C5CCE

Color information

#7C5CCE (or 0x7C5CCE) is unknown color: approx Slate Blue. HEX triplet: 7C, 5C and CE. RGB value is (124,92,206). Sum of RGB (Red+Green+Blue) = 124+92+206=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C5CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5CCE is #83A331. Grayscale: #727272. Windows color (decimal): -8626994 or 13524092. OLE color: 13524092.

HSL color Cylindrical-coordinate representation of color #7C5CCE: hue angle of 256.84º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C5CCE is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12492206-
CMYK0.400.5500.19
HSL256.84º53.77%58.43%-
HSV(B)256.84º55.34%80.78%-
XYZ23.2816.460.33-
YUV114.56179.6134.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.38%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=29.38%
G=21.80%
B=48.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal124922060.400.5500.19256.8453.7758.43
Hex7C5CCE2837013101363a
Octal17413431650670234016672
Binary1111100101110011001110101000110111010011100000001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c5cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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