#7C46D5

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

Shades of Slate Blue #7C46D5

Tints of Slate Blue #7C46D5

Color information

#7C46D5 (or 0x7C46D5) is unknown color: approx Slate Blue. HEX triplet: 7C, 46 and D5. RGB value is (124,70,213). Sum of RGB (Red+Green+Blue) = 124+70+213=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C46D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C46D5 is #83B92A. Grayscale: #656565. Windows color (decimal): -8632619 or 13977212. OLE color: 13977212.

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

Color convert

RGB12470213-
CMYK0.420.6700.16
HSL262.66º63%55.49%-
HSV(B)262.66º67.14%83.53%-
XYZ22.5113.4764.36-
YUV102.45190.39143.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.47%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 213 (83.59% from 255) = 52.33%
R=30.47%
G=17.20%
B=52.33%

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
Decimal124702130.420.6700.16262.666355.49
Hex7C46D52A430101073f37
Octal174106325521030204077767
Binary11111001000110110101011010101000011010000100000111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C46D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,70,213); }

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

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

 a { background-color: rgb(124,70,213); }

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

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

 span { border-color: rgb(124,70,213); }

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