Html Css Color HEX #8353F1 Medium Slate Blue

📋 copy color: '#8353F1'

red 131 ◦ green 83 ◦ blue 241

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

Shades of Medium Slate Blue #8353F1

Tints of Medium Slate Blue #8353F1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.24%

 BLUE value IS 241 (94.53% from 255) = 52.97%

R = 28.79%
G = 18.24%
B = 52.97%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8353F1 (or 0x8353F1) is known color: Medium Slate Blue. HEX triplet: 83, 53 and F1. RGB value is (131,83,241). Sum of RGB (Red+Green+Blue) = 131+83+241=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #8353F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8353F1 is #7CAC0E. Grayscale: #727272. Windows color (decimal): -8170511 or 15815555. OLE color: 15815555.

HSL color Cylindrical-coordinate representation of color #8353F1: hue angle of 258.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8353F1 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 83 241 -
CMYK 0.46 0.66 0 0.05
HSL 258.23º 0.85% 0.64% -
HSV(B) 258.23º 0.66% 0.95% -
XYZ 28.33 17.36 85.08 -
YUV 115.36 198.9 139.15 -
System Red Green Blue C M Y K H S L
Decimal 131 83 241 0.46 0.66 0 0.05 258.23 0.85 0.64
Hex 83 53 F1 2E 42 0 5 102 55 40
Octal 203 123 361 56 102 0 5 402 125 100
Binary 10000011 1010011 11110001 101110 1000010 0 101 100000010 1010101 1000000

Color Harmonies of #8353F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353F1

Black with #8353F1

Text Example


Text Example

White with #8353F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8353F1; }

 p { color: rgb(131,83,241); }

 H1.HeaderClassName
 {
   color: #8353F1;
 }
 .AnyTagClassName
 {
   color: #8353F1;
 }
</style>

background-color css

<style>
 a { background-color: #8353F1; }

 a { background-color: rgb(131,83,241); }

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

border-color css

<style>
 span { border-color: #8353F1; }

 span { border-color: rgb(131,83,241); }

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