#7946D4

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

Shades of Slate Blue #7946D4

Tints of Slate Blue #7946D4

Color information

#7946D4 (or 0x7946D4) is unknown color: approx Slate Blue. HEX triplet: 79, 46 and D4. RGB value is (121,70,212). Sum of RGB (Red+Green+Blue) = 121+70+212=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 212 (83.20% from 255 or 52.61% from 403); Max value from RGB is 212 - color contains mainly: blue. Hex color #7946D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946D4 is #86B92B. Grayscale: #646464. Windows color (decimal): -8829228 or 13911673. OLE color: 13911673.

HSL color Cylindrical-coordinate representation of color #7946D4: hue angle of 261.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7946D4 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12170212-
CMYK0.430.6700.17
HSL261.55º62.28%55.29%-
HSV(B)261.55º66.98%83.14%-
XYZ21.9613.263.68-
YUV101.44190.4141.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 212 (83.20% from 255) = 52.61%
R=30.02%
G=17.37%
B=52.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal121702120.430.6700.17261.5562.2855.29
Hex7946D42B430111063e37
Octal171106324531030214067667
Binary11110011000110110101001010111000011010001100000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7946D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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