Html Css Color HEX #8C86EE Light Slate Blue

📋 copy color: '#8C86EE'

red 140 ◦ green 134 ◦ blue 238

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

Shades of Light Slate Blue #8C86EE

Tints of Light Slate Blue #8C86EE

RGB

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

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

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

R = 27.34%
G = 26.17%
B = 46.48%

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

#8C86EE (or 0x8C86EE) is known color: Light Slate Blue. HEX triplet: 8C, 86 and EE. RGB value is (140,134,238). Sum of RGB (Red+Green+Blue) = 140+134+238=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C86EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C86EE is #737911. Grayscale: #939393. Windows color (decimal): -7567634 or 15632012. OLE color: 15632012.

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

Color convert

RGB 140 134 238 -
CMYK 0.41 0.44 0 0.07
HSL 243.46º 0.75% 0.73% -
HSV(B) 243.46º 0.44% 0.93% -
XYZ 34.77 28.8 84.61 -
YUV 147.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 140 134 238 0.41 0.44 0 0.07 243.46 0.75 0.73
Hex 8C 86 EE 29 2C 0 7 F3 4B 49
Octal 214 206 356 51 54 0 7 363 113 111
Binary 10001100 10000110 11101110 101001 101100 0 111 11110011 1001011 1001001

Color Harmonies of #8C86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C86EE

Black with #8C86EE

Text Example


Text Example

White with #8C86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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