#7947DE

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

Shades of Slate Blue #7947DE

Tints of Slate Blue #7947DE

Color information

#7947DE (or 0x7947DE) is unknown color: approx Slate Blue. HEX triplet: 79, 47 and DE. RGB value is (121,71,222). Sum of RGB (Red+Green+Blue) = 121+71+222=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #7947DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7947DE is #86B821. Grayscale: #666666. Windows color (decimal): -8828962 or 14567289. OLE color: 14567289.

HSL color Cylindrical-coordinate representation of color #7947DE: hue angle of 259.87º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7947DE is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12171222-
CMYK0.450.6800.13
HSL259.87º69.59%57.45%-
HSV(B)259.87º68.02%87.06%-
XYZ23.3213.8570.55-
YUV103.16195.06140.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 71 (28.12% from 255) = 17.15%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=29.23%
G=17.15%
B=53.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121712220.450.6800.13259.8769.5957.45
Hex7947DE2D440D1044639
Octal1711073365510401540410671
Binary11110011000111110111101011011000100011011000001001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7947DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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