#7C47D9

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

Shades of Slate Blue #7C47D9

Tints of Slate Blue #7C47D9

Color information

#7C47D9 (or 0x7C47D9) is unknown color: approx Slate Blue. HEX triplet: 7C, 47 and D9. RGB value is (124,71,217). Sum of RGB (Red+Green+Blue) = 124+71+217=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #7C47D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C47D9 is #83B826. Grayscale: #666666. Windows color (decimal): -8632359 or 14239612. OLE color: 14239612.

HSL color Cylindrical-coordinate representation of color #7C47D9: hue angle of 261.78º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C47D9 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12471217-
CMYK0.430.6700.15
HSL261.78º65.77%56.47%-
HSV(B)261.78º67.28%85.1%-
XYZ23.0913.867.09-
YUV103.49192.06142.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.10%
GREEN value IS 71 (28.12% from 255) = 17.23%
BLUE value IS 217 (85.16% from 255) = 52.67%
R=30.10%
G=17.23%
B=52.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124712170.430.6700.15261.7865.7756.47
Hex7C47D92B430F1064238
Octal1741073315310301740610270
Binary11111001000111110110011010111000011011111000001101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C47D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,71,217); }

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

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

 a { background-color: rgb(124,71,217); }

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

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

 span { border-color: rgb(124,71,217); }

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