#795DFD

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

Shades of Medium Slate Blue #795DFD

Tints of Medium Slate Blue #795DFD

Color information

#795DFD (or 0x795DFD) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 5D and FD. RGB value is (121,93,253). Sum of RGB (Red+Green+Blue) = 121+93+253=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #795DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #795DFD is #86A202. Grayscale: #767676. Windows color (decimal): -8823299 or 16604537. OLE color: 16604537.

HSL color Cylindrical-coordinate representation of color #795DFD: hue angle of 250.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #795DFD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12193253-
CMYK0.520.6300.01
HSL250.5º97.56%67.84%-
HSV(B)250.5º63.24%99.22%-
XYZ29.5318.9995.04-
YUV119.61203.28128.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.91%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=25.91%
G=19.91%
B=54.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal121932530.520.6300.01250.597.5667.84
Hex795DFD343F01fa6244
Octal171135375647701372142104
Binary1111001101110111111101110100111111011111101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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