#7952FD

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

Shades of Medium Slate Blue #7952FD

Tints of Medium Slate Blue #7952FD

Color information

#7952FD (or 0x7952FD) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 52 and FD. RGB value is (121,82,253). Sum of RGB (Red+Green+Blue) = 121+82+253=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #7952FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7952FD is #86AD02. Grayscale: #707070. Windows color (decimal): -8826115 or 16601721. OLE color: 16601721.

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

Color convert

RGB12182253-
CMYK0.520.6800.01
HSL253.68º97.71%65.69%-
HSV(B)253.68º67.59%99.22%-
XYZ28.6317.1994.74-
YUV113.16206.92133.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 253 (99.22% from 255) = 55.48%
R=26.54%
G=17.98%
B=55.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal121822530.520.6800.01253.6897.7165.69
Hex7952FD344401fe6242
Octal1711223756410401376142102
Binary11110011010010111111011101001000100011111111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7952FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7952FD; }

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

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

<style>
 a { background-color: #7952FD; }

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

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

<style>
 span { border-color: #7952FD; }

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

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