Html Css Color HEX #8684EC Light Slate Blue

📋 copy color: '#8684EC'

red 134 ◦ green 132 ◦ blue 236

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

Shades of Light Slate Blue #8684EC

Tints of Light Slate Blue #8684EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.29%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 26.69%
G = 26.29%
B = 47.01%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8684EC (or 0x8684EC) is known color: Light Slate Blue. HEX triplet: 86, 84 and EC. RGB value is (134,132,236). Sum of RGB (Red+Green+Blue) = 134+132+236=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #8684EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8684EC is #797B13. Grayscale: #909090. Windows color (decimal): -7961364 or 15500422. OLE color: 15500422.

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

Color convert

RGB 134 132 236 -
CMYK 0.43 0.44 0 0.07
HSL 241.15º 0.73% 0.72% -
HSV(B) 241.15º 0.44% 0.93% -
XYZ 33.22 27.63 82.94 -
YUV 144.45 179.66 120.54 -
System Red Green Blue C M Y K H S L
Decimal 134 132 236 0.43 0.44 0 0.07 241.15 0.73 0.72
Hex 86 84 EC 2B 2C 0 7 F1 49 48
Octal 206 204 354 53 54 0 7 361 111 110
Binary 10000110 10000100 11101100 101011 101100 0 111 11110001 1001001 1001000

Color Harmonies of #8684EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8684EC

Black with #8684EC

Text Example


Text Example

White with #8684EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8684EC; }

 p { color: rgb(134,132,236); }

 H1.HeaderClassName
 {
   color: #8684EC;
 }
 .AnyTagClassName
 {
   color: #8684EC;
 }
</style>

background-color css

<style>
 a { background-color: #8684EC; }

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

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

border-color css

<style>
 span { border-color: #8684EC; }

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

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