Html Css Color HEX #8D6BEE Medium Slate Blue

📋 copy color: '#8D6BEE'

red 141 ◦ green 107 ◦ blue 238

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

Shades of Medium Slate Blue #8D6BEE

Tints of Medium Slate Blue #8D6BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.02%

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

R = 29.01%
G = 22.02%
B = 48.97%

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

#8D6BEE (or 0x8D6BEE) is known color: Medium Slate Blue. HEX triplet: 8D, 6B and EE. RGB value is (141,107,238). Sum of RGB (Red+Green+Blue) = 141+107+238=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D6BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6BEE is #729411. Grayscale: #838383. Windows color (decimal): -7509010 or 15625101. OLE color: 15625101.

HSL color Cylindrical-coordinate representation of color #8D6BEE: hue angle of 255.57º 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 #8D6BEE is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 107 238 -
CMYK 0.41 0.55 0 0.07
HSL 255.57º 0.79% 0.68% -
HSV(B) 255.57º 0.55% 0.93% -
XYZ 31.67 22.35 83.53 -
YUV 132.1 187.76 134.35 -
System Red Green Blue C M Y K H S L
Decimal 141 107 238 0.41 0.55 0 0.07 255.57 0.79 0.68
Hex 8D 6B EE 29 37 0 7 100 4F 44
Octal 215 153 356 51 67 0 7 400 117 104
Binary 10001101 1101011 11101110 101001 110111 0 111 100000000 1001111 1000100

Color Harmonies of #8D6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6BEE

Black with #8D6BEE

Text Example


Text Example

White with #8D6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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