#7856FE

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

Shades of Medium Slate Blue #7856FE

Tints of Medium Slate Blue #7856FE

Color information

#7856FE (or 0x7856FE) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 56 and FE. RGB value is (120,86,254). Sum of RGB (Red+Green+Blue) = 120+86+254=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #7856FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7856FE is #87A901. Grayscale: #727272. Windows color (decimal): -8890626 or 16668280. OLE color: 16668280.

HSL color Cylindrical-coordinate representation of color #7856FE: hue angle of 252.14º 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 #7856FE is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12086254-
CMYK0.530.6600.00
HSL252.14º98.82%66.67%-
HSV(B)252.14º66.14%99.61%-
XYZ28.9617.895.68-
YUV115.32206.26131.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.09%
GREEN value IS 86 (33.98% from 255) = 18.70%
BLUE value IS 254 (99.61% from 255) = 55.22%
R=26.09%
G=18.70%
B=55.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal120862540.530.6600.00252.1498.8266.67
Hex7856FE354200fc6343
Octal1701263766510200374143103
Binary11110001010110111111101101011000010001111110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7856FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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