Html Css Color HEX #8364FE Light Slate Blue

📋 copy color: '#8364FE'

red 131 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #8364FE

Tints of Light Slate Blue #8364FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.62%

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

R = 27.01%
G = 20.62%
B = 52.37%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8364FE (or 0x8364FE) is known color: Light Slate Blue. HEX triplet: 83, 64 and FE. RGB value is (131,100,254). Sum of RGB (Red+Green+Blue) = 131+100+254=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #8364FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8364FE is #7C9B01. Grayscale: #7E7E7E. Windows color (decimal): -8166146 or 16671875. OLE color: 16671875.

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

Color convert

RGB 131 100 254 -
CMYK 0.48 0.61 0 0.00
HSL 252.08º 0.99% 0.69% -
HSV(B) 252.08º 0.61% 1% -
XYZ 31.81 21.1 96.16 -
YUV 126.83 199.77 130.98 -
System Red Green Blue C M Y K H S L
Decimal 131 100 254 0.48 0.61 0 0.00 252.08 0.99 0.69
Hex 83 64 FE 30 3D 0 0 FC 63 45
Octal 203 144 376 60 75 0 0 374 143 105
Binary 10000011 1100100 11111110 110000 111101 0 0 11111100 1100011 1000101

Color Harmonies of #8364FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8364FE

Black with #8364FE

Text Example


Text Example

White with #8364FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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