#7946D1

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

Shades of Slate Blue #7946D1

Tints of Slate Blue #7946D1

Color information

#7946D1 (or 0x7946D1) is unknown color: approx Slate Blue. HEX triplet: 79, 46 and D1. RGB value is (121,70,209). Sum of RGB (Red+Green+Blue) = 121+70+209=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #7946D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946D1 is #86B92E. Grayscale: #646464. Windows color (decimal): -8829231 or 13715065. OLE color: 13715065.

HSL color Cylindrical-coordinate representation of color #7946D1: hue angle of 262.01º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7946D1 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12170209-
CMYK0.420.6700.18
HSL262.01º60.17%54.71%-
HSV(B)262.01º66.51%81.96%-
XYZ21.5813.0561.7-
YUV101.1188.9142.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.25%
GREEN value IS 70 (27.73% from 255) = 17.5%
BLUE value IS 209 (82.03% from 255) = 52.25%
R=30.25%
G=17.5%
B=52.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121702090.420.6700.18262.0160.1754.71
Hex7946D12A430121063c37
Octal171106321521030224067467
Binary11110011000110110100011010101000011010010100000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7946D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7946D1; }

 p { color: rgb(121,70,209); }

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

<style>
 a { background-color: #7946D1; }

 a { background-color: rgb(121,70,209); }

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

<style>
 span { border-color: #7946D1; }

 span { border-color: rgb(121,70,209); }

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