Html Css Color HEX #8686EF Light Slate Blue

📋 copy color: '#8686EF'

red 134 ◦ green 134 ◦ blue 239

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

Shades of Light Slate Blue #8686EF

Tints of Light Slate Blue #8686EF

RGB

 RED value IS 134 (52.73% from 255) = 26.43%

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

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

R = 26.43%
G = 26.43%
B = 47.14%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8686EF (or 0x8686EF) is known color: Light Slate Blue. HEX triplet: 86, 86 and EF. RGB value is (134,134,239). Sum of RGB (Red+Green+Blue) = 134+134+239=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #8686EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8686EF is #797910. Grayscale: #919191. Windows color (decimal): -7960849 or 15697542. OLE color: 15697542.

HSL color Cylindrical-coordinate representation of color #8686EF: hue angle of 240º 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 #8686EF is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 134 239 -
CMYK 0.44 0.44 0 0.06
HSL 240º 0.77% 0.73% -
HSV(B) 240º 0.44% 0.94% -
XYZ 33.94 28.35 85.34 -
YUV 145.97 180.5 119.46 -
System Red Green Blue C M Y K H S L
Decimal 134 134 239 0.44 0.44 0 0.06 240 0.77 0.73
Hex 86 86 EF 2C 2C 0 6 F0 4D 49
Octal 206 206 357 54 54 0 6 360 115 111
Binary 10000110 10000110 11101111 101100 101100 0 110 11110000 1001101 1001001

Color Harmonies of #8686EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8686EF

Black with #8686EF

Text Example


Text Example

White with #8686EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8686EF; }

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

 H1.HeaderClassName
 {
   color: #8686EF;
 }
 .AnyTagClassName
 {
   color: #8686EF;
 }
</style>

background-color css

<style>
 a { background-color: #8686EF; }

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

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

border-color css

<style>
 span { border-color: #8686EF; }

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

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