#7E52C1

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

Shades of Slate Blue #7E52C1

Tints of Slate Blue #7E52C1

Color information

#7E52C1 (or 0x7E52C1) is unknown color: approx Slate Blue. HEX triplet: 7E, 52 and C1. RGB value is (126,82,193). Sum of RGB (Red+Green+Blue) = 126+82+193=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #7E52C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E52C1 is #81AD3E. Grayscale: #6B6B6B. Windows color (decimal): -8498495 or 12669566. OLE color: 12669566.

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

Color convert

RGB12682193-
CMYK0.350.5800.24
HSL263.78º47.23%53.92%-
HSV(B)263.78º57.51%75.69%-
XYZ21.2514.3252.1-
YUV107.81176.08140.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 193 (75.78% from 255) = 48.13%
R=31.42%
G=20.45%
B=48.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126821930.350.5800.24263.7847.2353.92
Hex7E52C1233A0181082f36
Octal17612230143720304105766
Binary1111110101001011000001100011111010011000100001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E52C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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