Html Css Color HEX #8D6CEE Medium Slate Blue

📋 copy color: '#8D6CEE'

red 141 ◦ green 108 ◦ blue 238

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

Shades of Medium Slate Blue #8D6CEE

Tints of Medium Slate Blue #8D6CEE

RGB

 RED value IS 141 (55.47% from 255) = 28.95%

 GREEN value IS 108 (42.58% from 255) = 22.18%

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

R = 28.95%
G = 22.18%
B = 48.87%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D6CEE (or 0x8D6CEE) is known color: Medium Slate Blue. HEX triplet: 8D, 6C and EE. RGB value is (141,108,238). Sum of RGB (Red+Green+Blue) = 141+108+238=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D6CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6CEE is #729311. Grayscale: #848484. Windows color (decimal): -7508754 or 15625357. OLE color: 15625357.

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

Color convert

RGB 141 108 238 -
CMYK 0.41 0.55 0 0.07
HSL 255.23º 0.79% 0.68% -
HSV(B) 255.23º 0.55% 0.93% -
XYZ 31.78 22.56 83.57 -
YUV 132.69 187.43 133.93 -
System Red Green Blue C M Y K H S L
Decimal 141 108 238 0.41 0.55 0 0.07 255.23 0.79 0.68
Hex 8D 6C EE 29 37 0 7 FF 4F 44
Octal 215 154 356 51 67 0 7 377 117 104
Binary 10001101 1101100 11101110 101001 110111 0 111 11111111 1001111 1000100

Color Harmonies of #8D6CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6CEE

Black with #8D6CEE

Text Example


Text Example

White with #8D6CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,108,238); }

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

background-color css

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

 a { background-color: rgb(141,108,238); }

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

border-color css

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

 span { border-color: rgb(141,108,238); }

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