Html Css Color HEX #8386FF Light Slate Blue

📋 copy color: '#8386FF'

red 131 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #8386FF

Tints of Light Slate Blue #8386FF

RGB

 RED value IS 131 (51.56% from 255) = 25.19%

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 25.19%
G = 25.77%
B = 49.04%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8386FF (or 0x8386FF) is known color: Light Slate Blue. HEX triplet: 83, 86 and FF. RGB value is (131,134,255). Sum of RGB (Red+Green+Blue) = 131+134+255=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8386FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8386FF is #7C7900. Grayscale: #929292. Windows color (decimal): -8157441 or 16746115. OLE color: 16746115.

HSL color Cylindrical-coordinate representation of color #8386FF: hue angle of 238.55º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8386FF is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 134 255 -
CMYK 0.49 0.47 0 0
HSL 238.55º 1% 0.76% -
HSV(B) 238.55º 0.49% 1% -
XYZ 35.94 29.1 98.33 -
YUV 146.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 131 134 255 0.49 0.47 0 0 238.55 1 0.76
Hex 83 86 FF 31 2F 0 0 EF 64 4C
Octal 203 206 377 61 57 0 0 357 144 114
Binary 10000011 10000110 11111111 110001 101111 0 0 11101111 1100100 1001100

Color Harmonies of #8386FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8386FF

Black with #8386FF

Text Example


Text Example

White with #8386FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8386FF; }

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

 H1.HeaderClassName
 {
   color: #8386FF;
 }
 .AnyTagClassName
 {
   color: #8386FF;
 }
</style>

background-color css

<style>
 a { background-color: #8386FF; }

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

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

border-color css

<style>
 span { border-color: #8386FF; }

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

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