#7C48D7

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

Shades of Slate Blue #7C48D7

Tints of Slate Blue #7C48D7

Color information

#7C48D7 (or 0x7C48D7) is unknown color: approx Slate Blue. HEX triplet: 7C, 48 and D7. RGB value is (124,72,215). Sum of RGB (Red+Green+Blue) = 124+72+215=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #7C48D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C48D7 is #83B728. Grayscale: #676767. Windows color (decimal): -8632105 or 14108796. OLE color: 14108796.

HSL color Cylindrical-coordinate representation of color #7C48D7: hue angle of 261.82º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C48D7 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12472215-
CMYK0.420.6700.16
HSL261.82º64.13%56.27%-
HSV(B)261.82º66.51%84.31%-
XYZ22.913.8365.75-
YUV103.85190.73142.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.17%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 215 (84.38% from 255) = 52.31%
R=30.17%
G=17.52%
B=52.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal124722150.420.6700.16261.8264.1356.27
Hex7C48D72A430101064038
Octal1741103275210302040610070
Binary111110010010001101011110101010000110100001000001101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C48D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,215); }

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

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

 a { background-color: rgb(124,72,215); }

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

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

 span { border-color: rgb(124,72,215); }

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