Html Css Color HEX #8682EC Light Slate Blue

📋 copy color: '#8682EC'

red 134 ◦ green 130 ◦ blue 236

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

Shades of Light Slate Blue #8682EC

Tints of Light Slate Blue #8682EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26%

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

R = 26.8%
G = 26%
B = 47.2%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8682EC (or 0x8682EC) is known color: Light Slate Blue. HEX triplet: 86, 82 and EC. RGB value is (134,130,236). Sum of RGB (Red+Green+Blue) = 134+130+236=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #8682EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8682EC is #797D13. Grayscale: #8E8E8E. Windows color (decimal): -7961876 or 15499910. OLE color: 15499910.

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

Color convert

RGB 134 130 236 -
CMYK 0.43 0.45 0 0.07
HSL 242.26º 0.74% 0.72% -
HSV(B) 242.26º 0.45% 0.93% -
XYZ 32.95 27.09 82.85 -
YUV 143.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 134 130 236 0.43 0.45 0 0.07 242.26 0.74 0.72
Hex 86 82 EC 2B 2D 0 7 F2 4A 48
Octal 206 202 354 53 55 0 7 362 112 110
Binary 10000110 10000010 11101100 101011 101101 0 111 11110010 1001010 1001000

Color Harmonies of #8682EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8682EC

Black with #8682EC

Text Example


Text Example

White with #8682EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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