Html Css Color HEX #8C56EF Medium Slate Blue

📋 copy color: '#8C56EF'

red 140 ◦ green 86 ◦ blue 239

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

Shades of Medium Slate Blue #8C56EF

Tints of Medium Slate Blue #8C56EF

RGB

 RED value IS 140 (55.08% from 255) = 30.11%

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 30.11%
G = 18.49%
B = 51.4%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C56EF (or 0x8C56EF) is known color: Medium Slate Blue. HEX triplet: 8C, 56 and EF. RGB value is (140,86,239). Sum of RGB (Red+Green+Blue) = 140+86+239=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C56EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C56EF is #73A910. Grayscale: #777777. Windows color (decimal): -7579921 or 15685260. OLE color: 15685260.

HSL color Cylindrical-coordinate representation of color #8C56EF: hue angle of 261.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C56EF is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 86 239 -
CMYK 0.41 0.64 0 0.06
HSL 261.18º 0.83% 0.64% -
HSV(B) 261.18º 0.64% 0.94% -
XYZ 29.72 18.46 83.66 -
YUV 119.59 195.39 142.56 -
System Red Green Blue C M Y K H S L
Decimal 140 86 239 0.41 0.64 0 0.06 261.18 0.83 0.64
Hex 8C 56 EF 29 40 0 6 105 53 40
Octal 214 126 357 51 100 0 6 405 123 100
Binary 10001100 1010110 11101111 101001 1000000 0 110 100000101 1010011 1000000

Color Harmonies of #8C56EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C56EF

Black with #8C56EF

Text Example


Text Example

White with #8C56EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C56EF; }

 p { color: rgb(140,86,239); }

 H1.HeaderClassName
 {
   color: #8C56EF;
 }
 .AnyTagClassName
 {
   color: #8C56EF;
 }
</style>

background-color css

<style>
 a { background-color: #8C56EF; }

 a { background-color: rgb(140,86,239); }

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

border-color css

<style>
 span { border-color: #8C56EF; }

 span { border-color: rgb(140,86,239); }

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