Html Css Color HEX #8361FE Light Slate Blue

📋 copy color: '#8361FE'

red 131 ◦ green 97 ◦ blue 254

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

Shades of Light Slate Blue #8361FE

Tints of Light Slate Blue #8361FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

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

R = 27.18%
G = 20.12%
B = 52.7%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8361FE (or 0x8361FE) is known color: Light Slate Blue. HEX triplet: 83, 61 and FE. RGB value is (131,97,254). Sum of RGB (Red+Green+Blue) = 131+97+254=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #8361FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8361FE is #7C9E01. Grayscale: #7C7C7C. Windows color (decimal): -8166914 or 16671107. OLE color: 16671107.

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

Color convert

RGB 131 97 254 -
CMYK 0.48 0.62 0 0.00
HSL 252.99º 0.99% 0.69% -
HSV(B) 252.99º 0.62% 1% -
XYZ 31.52 20.53 96.07 -
YUV 125.06 200.76 132.23 -
System Red Green Blue C M Y K H S L
Decimal 131 97 254 0.48 0.62 0 0.00 252.99 0.99 0.69
Hex 83 61 FE 30 3E 0 0 FD 63 45
Octal 203 141 376 60 76 0 0 375 143 105
Binary 10000011 1100001 11111110 110000 111110 0 0 11111101 1100011 1000101

Color Harmonies of #8361FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8361FE

Black with #8361FE

Text Example


Text Example

White with #8361FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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