Html Css Color HEX #8D86EE Light Slate Blue

📋 copy color: '#8D86EE'

red 141 ◦ green 134 ◦ blue 238

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

Shades of Light Slate Blue #8D86EE

Tints of Light Slate Blue #8D86EE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.12%

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

R = 27.49%
G = 26.12%
B = 46.39%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D86EE (or 0x8D86EE) is known color: Light Slate Blue. HEX triplet: 8D, 86 and EE. RGB value is (141,134,238). Sum of RGB (Red+Green+Blue) = 141+134+238=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D86EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D86EE is #727911. Grayscale: #939393. Windows color (decimal): -7502098 or 15632013. OLE color: 15632013.

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

Color convert

RGB 141 134 238 -
CMYK 0.41 0.44 0 0.07
HSL 244.04º 0.75% 0.73% -
HSV(B) 244.04º 0.44% 0.93% -
XYZ 34.94 28.89 84.62 -
YUV 147.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 141 134 238 0.41 0.44 0 0.07 244.04 0.75 0.73
Hex 8D 86 EE 29 2C 0 7 F4 4B 49
Octal 215 206 356 51 54 0 7 364 113 111
Binary 10001101 10000110 11101110 101001 101100 0 111 11110100 1001011 1001001

Color Harmonies of #8D86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D86EE

Black with #8D86EE

Text Example


Text Example

White with #8D86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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