Html Css Color HEX #8683FE Light Slate Blue

📋 copy color: '#8683FE'

red 134 ◦ green 131 ◦ blue 254

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

Shades of Light Slate Blue #8683FE

Tints of Light Slate Blue #8683FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 25.82%
G = 25.24%
B = 48.94%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8683FE (or 0x8683FE) is known color: Light Slate Blue. HEX triplet: 86, 83 and FE. RGB value is (134,131,254). Sum of RGB (Red+Green+Blue) = 134+131+254=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #8683FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8683FE is #797C01. Grayscale: #919191. Windows color (decimal): -7961602 or 16679814. OLE color: 16679814.

HSL color Cylindrical-coordinate representation of color #8683FE: hue angle of 241.46º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8683FE is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 131 254 -
CMYK 0.47 0.48 0 0.00
HSL 241.46º 0.98% 0.75% -
HSV(B) 241.46º 0.48% 1% -
XYZ 35.84 28.46 97.37 -
YUV 145.92 188.99 119.5 -
System Red Green Blue C M Y K H S L
Decimal 134 131 254 0.47 0.48 0 0.00 241.46 0.98 0.75
Hex 86 83 FE 2F 30 0 0 F1 62 4B
Octal 206 203 376 57 60 0 0 361 142 113
Binary 10000110 10000011 11111110 101111 110000 0 0 11110001 1100010 1001011

Color Harmonies of #8683FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8683FE

Black with #8683FE

Text Example


Text Example

White with #8683FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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