Html Css Color HEX #8683EC Light Slate Blue

📋 copy color: '#8683EC'

red 134 ◦ green 131 ◦ blue 236

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

Shades of Light Slate Blue #8683EC

Tints of Light Slate Blue #8683EC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.15%

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

R = 26.75%
G = 26.15%
B = 47.11%

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

#8683EC (or 0x8683EC) is known color: Light Slate Blue. HEX triplet: 86, 83 and EC. RGB value is (134,131,236). Sum of RGB (Red+Green+Blue) = 134+131+236=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #8683EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8683EC is #797C13. Grayscale: #8F8F8F. Windows color (decimal): -7961620 or 15500166. OLE color: 15500166.

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

Color convert

RGB 134 131 236 -
CMYK 0.43 0.44 0 0.07
HSL 241.71º 0.73% 0.72% -
HSV(B) 241.71º 0.44% 0.93% -
XYZ 33.09 27.36 82.89 -
YUV 143.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 134 131 236 0.43 0.44 0 0.07 241.71 0.73 0.72
Hex 86 83 EC 2B 2C 0 7 F2 49 48
Octal 206 203 354 53 54 0 7 362 111 110
Binary 10000110 10000011 11101100 101011 101100 0 111 11110010 1001001 1001000

Color Harmonies of #8683EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8683EC

Black with #8683EC

Text Example


Text Example

White with #8683EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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