#7947E4

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

Shades of Slate Blue #7947E4

Tints of Slate Blue #7947E4

Color information

#7947E4 (or 0x7947E4) is unknown color: approx Slate Blue. HEX triplet: 79, 47 and E4. RGB value is (121,71,228). Sum of RGB (Red+Green+Blue) = 121+71+228=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #7947E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7947E4 is #86B81B. Grayscale: #676767. Windows color (decimal): -8828956 or 14960505. OLE color: 14960505.

HSL color Cylindrical-coordinate representation of color #7947E4: hue angle of 259.11º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7947E4 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12171228-
CMYK0.470.6900.11
HSL259.11º74.41%58.63%-
HSV(B)259.11º68.86%89.41%-
XYZ24.1414.1774.86-
YUV103.85198.06140.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.81%
GREEN value IS 71 (28.12% from 255) = 16.90%
BLUE value IS 228 (89.45% from 255) = 54.29%
R=28.81%
G=16.90%
B=54.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal121712280.470.6900.11259.1174.4158.63
Hex7947E42F450B1034a3b
Octal1711073445710501340311273
Binary11110011000111111001001011111000101010111000000111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7947E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7947E4; }

 p { color: rgb(121,71,228); }

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

<style>
 a { background-color: #7947E4; }

 a { background-color: rgb(121,71,228); }

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

<style>
 span { border-color: #7947E4; }

 span { border-color: rgb(121,71,228); }

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