#7957FF

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

Shades of Medium Slate Blue #7957FF

Tints of Medium Slate Blue #7957FF

Color information

#7957FF (or 0x7957FF) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 57 and FF. RGB value is (121,87,255). Sum of RGB (Red+Green+Blue) = 121+87+255=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #7957FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7957FF is #86A800. Grayscale: #737373. Windows color (decimal): -8824833 or 16734073. OLE color: 16734073.

HSL color Cylindrical-coordinate representation of color #7957FF: hue angle of 252.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7957FF is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12187255-
CMYK0.530.6600
HSL252.14º100%67.06%-
HSV(B)252.14º65.88%100%-
XYZ29.3418.196.56-
YUV116.32206.26131.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.13%
GREEN value IS 87 (34.38% from 255) = 18.79%
BLUE value IS 255 (100% from 255) = 55.08%
R=26.13%
G=18.79%
B=55.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal121872550.530.6600252.1410067.06
Hex7957FF354200fc6443
Octal1711273776510200374144103
Binary11110011010111111111111101011000010001111110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7957FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7957FF; }

 p { color: rgb(121,87,255); }

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

<style>
 a { background-color: #7957FF; }

 a { background-color: rgb(121,87,255); }

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

<style>
 span { border-color: #7957FF; }

 span { border-color: rgb(121,87,255); }

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