Html Css Color HEX #7856FE Medium Slate Blue

📋 copy color: '#7856FE'

red 120 ◦ green 86 ◦ blue 254

#7856FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7856FE

Tints of Medium Slate Blue #7856FE

RGB

 RED value IS 120 (47.27% from 255) = 26.09%

 GREEN value IS 86 (33.98% from 255) = 18.7%

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 26.09%
G = 18.7%
B = 55.22%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7856FE (or 0x7856FE) is known color: 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

RGB 120 86 254 -
CMYK 0.53 0.66 0 0.00
HSL 252.14º 0.99% 0.67% -
HSV(B) 252.14º 0.66% 1% -
XYZ 28.96 17.8 95.68 -
YUV 115.32 206.26 131.34 -
System Red Green Blue C M Y K H S L
Decimal 120 86 254 0.53 0.66 0 0.00 252.14 0.99 0.67
Hex 78 56 FE 35 42 0 0 FC 63 43
Octal 170 126 376 65 102 0 0 374 143 103
Binary 1111000 1010110 11111110 110101 1000010 0 0 11111100 1100011 1000011

Color Harmonies of #7856FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7856FE

Black with #7856FE

Text Example


Text Example

White with #7856FE

Text Example


Text Example

HTML Codes & Css Web 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>