#795DDB

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

Shades of Slate Blue #795DDB

Tints of Slate Blue #795DDB

Color information

#795DDB (or 0x795DDB) is unknown color: approx Slate Blue. HEX triplet: 79, 5D and DB. RGB value is (121,93,219). Sum of RGB (Red+Green+Blue) = 121+93+219=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #795DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DDB is #86A224. Grayscale: #737373. Windows color (decimal): -8823333 or 14376313. OLE color: 14376313.

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

Color convert

RGB12193219-
CMYK0.450.5800.14
HSL253.33º63.64%61.18%-
HSV(B)253.33º57.53%85.88%-
XYZ24.5917.0169-
YUV115.74186.28131.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 219 (85.94% from 255) = 50.58%
R=27.94%
G=21.48%
B=50.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal121932190.450.5800.14253.3363.6461.18
Hex795DDB2D3A0Efd403d
Octal171135333557201637510075
Binary111100110111011101101110110111101001110111111011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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