#795EDB

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

Shades of Slate Blue #795EDB

Tints of Slate Blue #795EDB

Color information

#795EDB (or 0x795EDB) is unknown color: approx Slate Blue. HEX triplet: 79, 5E and DB. RGB value is (121,94,219). Sum of RGB (Red+Green+Blue) = 121+94+219=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #795EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EDB is #86A124. Grayscale: #737373. Windows color (decimal): -8823077 or 14376569. OLE color: 14376569.

HSL color Cylindrical-coordinate representation of color #795EDB: hue angle of 252.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #795EDB is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12194219-
CMYK0.450.5700.14
HSL252.96º63.45%61.37%-
HSV(B)252.96º57.08%85.88%-
XYZ24.6717.1869.03-
YUV116.32185.95131.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 219 (85.94% from 255) = 50.46%
R=27.88%
G=21.66%
B=50.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal121942190.450.5700.14252.9663.4561.37
Hex795EDB2D390Efd3f3d
Octal17113633355710163757775
Binary11110011011110110110111011011110010111011111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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