#7C52C1

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

Shades of Slate Blue #7C52C1

Tints of Slate Blue #7C52C1

Color information

#7C52C1 (or 0x7C52C1) is unknown color: approx Slate Blue. HEX triplet: 7C, 52 and C1. RGB value is (124,82,193). Sum of RGB (Red+Green+Blue) = 124+82+193=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C52C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52C1 is #83AD3E. Grayscale: #6A6A6A. Windows color (decimal): -8629567 or 12669564. OLE color: 12669564.

HSL color Cylindrical-coordinate representation of color #7C52C1: hue angle of 262.7º 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 #7C52C1 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12482193-
CMYK0.360.5800.24
HSL262.7º47.23%53.92%-
HSV(B)262.7º57.51%75.69%-
XYZ20.9614.1752.08-
YUV107.21176.41139.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=31.08%
G=20.55%
B=48.37%

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
Decimal124821930.360.5800.24262.747.2353.92
Hex7C52C1243A0181072f36
Octal17412230144720304075766
Binary1111100101001011000001100100111010011000100000111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C52C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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