#7956FE

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

Shades of Medium Slate Blue #7956FE

Tints of Medium Slate Blue #7956FE

Color information

#7956FE (or 0x7956FE) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 56 and FE. RGB value is (121,86,254). Sum of RGB (Red+Green+Blue) = 121+86+254=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #7956FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7956FE is #86A901. Grayscale: #727272. Windows color (decimal): -8825090 or 16668281. OLE color: 16668281.

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

Color convert

RGB12186254-
CMYK0.520.6600.00
HSL252.5º98.82%66.67%-
HSV(B)252.5º66.14%99.61%-
XYZ29.117.8895.68-
YUV115.62206.1131.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 254 (99.61% from 255) = 55.10%
R=26.25%
G=18.66%
B=55.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal121862540.520.6600.00252.598.8266.67
Hex7956FE344200fc6343
Octal1711263766410200374143103
Binary11110011010110111111101101001000010001111110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7956FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7956FE; }

 p { color: rgb(121,86,254); }

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

<style>
 a { background-color: #7956FE; }

 a { background-color: rgb(121,86,254); }

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

<style>
 span { border-color: #7956FE; }

 span { border-color: rgb(121,86,254); }

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