#795ed9

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

Shades of Slate Blue #795ED9

Tints of Slate Blue #795ED9

Color information

#795ED9 (or 0x795ED9) is unknown color: approx Slate Blue. HEX triplet: 79, 5E and D9. RGB value is (121,94,217). Sum of RGB (Red+Green+Blue) = 121+94+217=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #795ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ED9 is #86A126. Grayscale: #737373. Windows color (decimal): -8823079 or 14245497. OLE color: 14245497.

HSL color Cylindrical-coordinate representation of color #795ED9: hue angle of 253.17º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #795ED9 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12194217-
CMYK0.440.5700.15
HSL253.17º61.81%60.98%-
HSV(B)253.17º56.68%85.1%-
XYZ24.4117.0867.66-
YUV116.1184.95131.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 217 (85.16% from 255) = 50.23%
R=28.01%
G=21.76%
B=50.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121942170.440.5700.15253.1761.8160.98
Hex795ED92C390Ffd3e3d
Octal17113633154710173757675
Binary11110011011110110110011011001110010111111111101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795ed9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795ed9; }

 p { color: rgb(121,94,217); }

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

<style>
 a { background-color: #795ed9; }

 a { background-color: rgb(121,94,217); }

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

<style>
 span { border-color: #795ed9; }

 span { border-color: rgb(121,94,217); }

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