Html Css Color HEX #8C5BEE Medium Slate Blue

📋 copy color: '#8C5BEE'

red 140 ◦ green 91 ◦ blue 238

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

Shades of Medium Slate Blue #8C5BEE

Tints of Medium Slate Blue #8C5BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 29.85%
G = 19.4%
B = 50.75%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C5BEE (or 0x8C5BEE) is known color: Medium Slate Blue. HEX triplet: 8C, 5B and EE. RGB value is (140,91,238). Sum of RGB (Red+Green+Blue) = 140+91+238=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C5BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5BEE is #73A411. Grayscale: #797979. Windows color (decimal): -7578642 or 15621004. OLE color: 15621004.

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

Color convert

RGB 140 91 238 -
CMYK 0.41 0.62 0 0.07
HSL 260º 0.81% 0.65% -
HSV(B) 260º 0.62% 0.93% -
XYZ 29.99 19.23 83.02 -
YUV 122.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 140 91 238 0.41 0.62 0 0.07 260 0.81 0.65
Hex 8C 5B EE 29 3E 0 7 104 51 41
Octal 214 133 356 51 76 0 7 404 121 101
Binary 10001100 1011011 11101110 101001 111110 0 111 100000100 1010001 1000001

Color Harmonies of #8C5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5BEE

Black with #8C5BEE

Text Example


Text Example

White with #8C5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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