#7C51C1

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

Shades of Slate Blue #7C51C1

Tints of Slate Blue #7C51C1

Color information

#7C51C1 (or 0x7C51C1) is unknown color: approx Slate Blue. HEX triplet: 7C, 51 and C1. RGB value is (124,81,193). Sum of RGB (Red+Green+Blue) = 124+81+193=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C51C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C51C1 is #83AE3E. Grayscale: #6A6A6A. Windows color (decimal): -8629823 or 12669308. OLE color: 12669308.

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

Color convert

RGB12481193-
CMYK0.360.5800.24
HSL263.04º47.46%53.73%-
HSV(B)263.04º58.03%75.69%-
XYZ20.8814.0252.06-
YUV106.62176.75140.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=31.16%
G=20.35%
B=48.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal124811930.360.5800.24263.0447.4653.73
Hex7C51C1243A0181072f36
Octal17412130144720304075766
Binary1111100101000111000001100100111010011000100000111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C51C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,81,193); }

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

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

 a { background-color: rgb(124,81,193); }

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

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

 span { border-color: rgb(124,81,193); }

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