Html Css Color HEX #8685EC Light Slate Blue

📋 copy color: '#8685EC'

red 134 ◦ green 133 ◦ blue 236

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

Shades of Light Slate Blue #8685EC

Tints of Light Slate Blue #8685EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.44%

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

R = 26.64%
G = 26.44%
B = 46.92%

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

#8685EC (or 0x8685EC) is known color: Light Slate Blue. HEX triplet: 86, 85 and EC. RGB value is (134,133,236). Sum of RGB (Red+Green+Blue) = 134+133+236=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #8685EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8685EC is #797A13. Grayscale: #909090. Windows color (decimal): -7961108 or 15500678. OLE color: 15500678.

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

Color convert

RGB 134 133 236 -
CMYK 0.43 0.44 0 0.07
HSL 240.58º 0.73% 0.72% -
HSV(B) 240.58º 0.44% 0.93% -
XYZ 33.36 27.9 82.98 -
YUV 145.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 134 133 236 0.43 0.44 0 0.07 240.58 0.73 0.72
Hex 86 85 EC 2B 2C 0 7 F1 49 48
Octal 206 205 354 53 54 0 7 361 111 110
Binary 10000110 10000101 11101100 101011 101100 0 111 11110001 1001001 1001000

Color Harmonies of #8685EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8685EC

Black with #8685EC

Text Example


Text Example

White with #8685EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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