Html Css Color HEX #8D86EF Light Slate Blue

📋 copy color: '#8D86EF'

red 141 ◦ green 134 ◦ blue 239

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

Shades of Light Slate Blue #8D86EF

Tints of Light Slate Blue #8D86EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 27.43%
G = 26.07%
B = 46.5%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D86EF (or 0x8D86EF) is known color: Light Slate Blue. HEX triplet: 8D, 86 and EF. RGB value is (141,134,239). Sum of RGB (Red+Green+Blue) = 141+134+239=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D86EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D86EF is #727910. Grayscale: #939393. Windows color (decimal): -7502097 or 15697549. OLE color: 15697549.

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

Color convert

RGB 141 134 239 -
CMYK 0.41 0.44 0 0.06
HSL 244º 0.77% 0.73% -
HSV(B) 244º 0.44% 0.94% -
XYZ 35.09 28.94 85.4 -
YUV 148.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 141 134 239 0.41 0.44 0 0.06 244 0.77 0.73
Hex 8D 86 EF 29 2C 0 6 F4 4D 49
Octal 215 206 357 51 54 0 6 364 115 111
Binary 10001101 10000110 11101111 101001 101100 0 110 11110100 1001101 1001001

Color Harmonies of #8D86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D86EF

Black with #8D86EF

Text Example


Text Example

White with #8D86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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