Html Css Color HEX #8346FE Medium Slate Blue

📋 copy color: '#8346FE'

red 131 ◦ green 70 ◦ blue 254

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

Shades of Medium Slate Blue #8346FE

Tints of Medium Slate Blue #8346FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.38%

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

R = 28.79%
G = 15.38%
B = 55.82%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8346FE (or 0x8346FE) is known color: Medium Slate Blue. HEX triplet: 83, 46 and FE. RGB value is (131,70,254). Sum of RGB (Red+Green+Blue) = 131+70+254=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #8346FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8346FE is #7CB901. Grayscale: #6C6C6C. Windows color (decimal): -8173826 or 16664195. OLE color: 16664195.

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

Color convert

RGB 131 70 254 -
CMYK 0.48 0.72 0 0.00
HSL 259.89º 0.99% 0.64% -
HSV(B) 259.89º 0.72% 1% -
XYZ 29.44 16.36 95.37 -
YUV 109.22 209.71 143.54 -
System Red Green Blue C M Y K H S L
Decimal 131 70 254 0.48 0.72 0 0.00 259.89 0.99 0.64
Hex 83 46 FE 30 48 0 0 104 63 40
Octal 203 106 376 60 110 0 0 404 143 100
Binary 10000011 1000110 11111110 110000 1001000 0 0 100000100 1100011 1000000

Color Harmonies of #8346FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8346FE

Black with #8346FE

Text Example


Text Example

White with #8346FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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