Html Css Color HEX #8056EC Medium Slate Blue

📋 copy color: '#8056EC'

red 128 ◦ green 86 ◦ blue 236

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

Shades of Medium Slate Blue #8056EC

Tints of Medium Slate Blue #8056EC

RGB

 RED value IS 128 (50.39% from 255) = 28.44%

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

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 28.44%
G = 19.11%
B = 52.44%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8056EC (or 0x8056EC) is known color: Medium Slate Blue. HEX triplet: 80, 56 and EC. RGB value is (128,86,236). Sum of RGB (Red+Green+Blue) = 128+86+236=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #8056EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8056EC is #7FA913. Grayscale: #737373. Windows color (decimal): -8366356 or 15488640. OLE color: 15488640.

HSL color Cylindrical-coordinate representation of color #8056EC: hue angle of 256.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8056EC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 86 236 -
CMYK 0.46 0.64 0 0.07
HSL 256.8º 0.8% 0.63% -
HSV(B) 256.8º 0.64% 0.93% -
XYZ 27.37 17.3 81.25 -
YUV 115.66 195.91 136.8 -
System Red Green Blue C M Y K H S L
Decimal 128 86 236 0.46 0.64 0 0.07 256.8 0.8 0.63
Hex 80 56 EC 2E 40 0 7 101 50 3F
Octal 200 126 354 56 100 0 7 401 120 77
Binary 10000000 1010110 11101100 101110 1000000 0 111 100000001 1010000 111111

Color Harmonies of #8056EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8056EC

Black with #8056EC

Text Example


Text Example

White with #8056EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8056EC; }

 p { color: rgb(128,86,236); }

 H1.HeaderClassName
 {
   color: #8056EC;
 }
 .AnyTagClassName
 {
   color: #8056EC;
 }
</style>

background-color css

<style>
 a { background-color: #8056EC; }

 a { background-color: rgb(128,86,236); }

 div.DivClassName
 {
   background-color: #8056EC;
 }
 .BgClassName
 {
   background-color: #8056EC;
 }
</style>

border-color css

<style>
 span { border-color: #8056EC; }

 span { border-color: rgb(128,86,236); }

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