Html Css Color HEX #8683FF Light Slate Blue

📋 copy color: '#8683FF'

red 134 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #8683FF

Tints of Light Slate Blue #8683FF

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8683FF (or 0x8683FF) is known color: Light Slate Blue. HEX triplet: 86, 83 and FF. RGB value is (134,131,255). Sum of RGB (Red+Green+Blue) = 134+131+255=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 131 (51.56% from 255 or 25.19% 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 #8683FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8683FF is #797C00. Grayscale: #919191. Windows color (decimal): -7961601 or 16745350. OLE color: 16745350.

HSL color Cylindrical-coordinate representation of color #8683FF: hue angle of 241.45º 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 #8683FF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 131 255 -
CMYK 0.47 0.49 0 0
HSL 241.45º 1% 0.76% -
HSV(B) 241.45º 0.49% 1% -
XYZ 36 28.52 98.22 -
YUV 146.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 134 131 255 0.47 0.49 0 0 241.45 1 0.76
Hex 86 83 FF 2F 31 0 0 F1 64 4C
Octal 206 203 377 57 61 0 0 361 144 114
Binary 10000110 10000011 11111111 101111 110001 0 0 11110001 1100100 1001100

Color Harmonies of #8683FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8683FF

Black with #8683FF

Text Example


Text Example

White with #8683FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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