#795FDD

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

Shades of Medium Slate Blue #795FDD

Tints of Medium Slate Blue #795FDD

Color information

#795FDD (or 0x795FDD) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 5F and DD. RGB value is (121,95,221). Sum of RGB (Red+Green+Blue) = 121+95+221=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #795FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FDD is #86A022. Grayscale: #747474. Windows color (decimal): -8822819 or 14507897. OLE color: 14507897.

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

Color convert

RGB12195221-
CMYK0.450.5700.13
HSL252.38º64.95%61.96%-
HSV(B)252.38º57.01%86.67%-
XYZ25.0317.4770.46-
YUV117.14186.61130.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 221 (86.72% from 255) = 50.57%
R=27.69%
G=21.74%
B=50.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121952210.450.5700.13252.3864.9561.96
Hex795FDD2D390Dfc413e
Octal171137335557101537410176
Binary111100110111111101110110110111100101101111111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,95,221); }

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

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

 a { background-color: rgb(121,95,221); }

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

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

 span { border-color: rgb(121,95,221); }

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