Html Css Color HEX #8C5DED Medium Slate Blue

📋 copy color: '#8C5DED'

red 140 ◦ green 93 ◦ blue 237

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

Shades of Medium Slate Blue #8C5DED

Tints of Medium Slate Blue #8C5DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.79%

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 29.79%
G = 19.79%
B = 50.43%

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

#8C5DED (or 0x8C5DED) is known color: Medium Slate Blue. HEX triplet: 8C, 5D and ED. RGB value is (140,93,237). Sum of RGB (Red+Green+Blue) = 140+93+237=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C5DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5DED is #73A212. Grayscale: #7A7A7A. Windows color (decimal): -7578131 or 15555980. OLE color: 15555980.

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

Color convert

RGB 140 93 237 -
CMYK 0.41 0.61 0 0.07
HSL 259.58º 0.8% 0.65% -
HSV(B) 259.58º 0.61% 0.93% -
XYZ 30.02 19.52 82.31 -
YUV 123.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 140 93 237 0.41 0.61 0 0.07 259.58 0.8 0.65
Hex 8C 5D ED 29 3D 0 7 104 50 41
Octal 214 135 355 51 75 0 7 404 120 101
Binary 10001100 1011101 11101101 101001 111101 0 111 100000100 1010000 1000001

Color Harmonies of #8C5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5DED

Black with #8C5DED

Text Example


Text Example

White with #8C5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,93,237); }

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

background-color css

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

 a { background-color: rgb(140,93,237); }

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

border-color css

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

 span { border-color: rgb(140,93,237); }

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