Html Css Color HEX #8C5BEC Medium Slate Blue

📋 copy color: '#8C5BEC'

red 140 ◦ green 91 ◦ blue 236

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

Shades of Medium Slate Blue #8C5BEC

Tints of Medium Slate Blue #8C5BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

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

R = 29.98%
G = 19.49%
B = 50.54%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C5BEC (or 0x8C5BEC) is known color: Medium Slate Blue. HEX triplet: 8C, 5B and EC. RGB value is (140,91,236). Sum of RGB (Red+Green+Blue) = 140+91+236=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C5BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5BEC is #73A413. Grayscale: #797979. Windows color (decimal): -7578644 or 15489932. OLE color: 15489932.

HSL color Cylindrical-coordinate representation of color #8C5BEC: hue angle of 260.28º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C5BEC is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 91 236 -
CMYK 0.41 0.61 0 0.07
HSL 260.28º 0.79% 0.64% -
HSV(B) 260.28º 0.61% 0.93% -
XYZ 29.7 19.11 81.48 -
YUV 122.18 192.23 140.71 -
System Red Green Blue C M Y K H S L
Decimal 140 91 236 0.41 0.61 0 0.07 260.28 0.79 0.64
Hex 8C 5B EC 29 3D 0 7 104 4F 40
Octal 214 133 354 51 75 0 7 404 117 100
Binary 10001100 1011011 11101100 101001 111101 0 111 100000100 1001111 1000000

Color Harmonies of #8C5BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5BEC

Black with #8C5BEC

Text Example


Text Example

White with #8C5BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,91,236); }

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

background-color css

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

 a { background-color: rgb(140,91,236); }

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

border-color css

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

 span { border-color: rgb(140,91,236); }

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