#795CD9

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

Shades of Slate Blue #795CD9

Tints of Slate Blue #795CD9

Color information

#795CD9 (or 0x795CD9) is unknown color: approx Slate Blue. HEX triplet: 79, 5C and D9. RGB value is (121,92,217). Sum of RGB (Red+Green+Blue) = 121+92+217=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #795CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CD9 is #86A326. Grayscale: #727272. Windows color (decimal): -8823591 or 14244985. OLE color: 14244985.

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

Color convert

RGB12192217-
CMYK0.440.5800.15
HSL253.92º62.19%60.59%-
HSV(B)253.92º57.6%85.1%-
XYZ24.2416.7367.6-
YUV114.92185.61132.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 217 (85.16% from 255) = 50.47%
R=28.14%
G=21.40%
B=50.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121922170.440.5800.15253.9262.1960.59
Hex795CD92C3A0Ffe3e3d
Octal17113433154720173767675
Binary11110011011100110110011011001110100111111111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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