Html Css Color HEX #8352F1 Medium Slate Blue

📋 copy color: '#8352F1'

red 131 ◦ green 82 ◦ blue 241

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

Shades of Medium Slate Blue #8352F1

Tints of Medium Slate Blue #8352F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.06%

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

R = 28.85%
G = 18.06%
B = 53.08%

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

#8352F1 (or 0x8352F1) is known color: Medium Slate Blue. HEX triplet: 83, 52 and F1. RGB value is (131,82,241). Sum of RGB (Red+Green+Blue) = 131+82+241=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #8352F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8352F1 is #7CAD0E. Grayscale: #727272. Windows color (decimal): -8170767 or 15815299. OLE color: 15815299.

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

Color convert

RGB 131 82 241 -
CMYK 0.46 0.66 0 0.05
HSL 258.49º 0.85% 0.63% -
HSV(B) 258.49º 0.66% 0.95% -
XYZ 28.25 17.21 85.05 -
YUV 114.78 199.23 139.57 -
System Red Green Blue C M Y K H S L
Decimal 131 82 241 0.46 0.66 0 0.05 258.49 0.85 0.63
Hex 83 52 F1 2E 42 0 5 102 55 3F
Octal 203 122 361 56 102 0 5 402 125 77
Binary 10000011 1010010 11110001 101110 1000010 0 101 100000010 1010101 111111

Color Harmonies of #8352F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352F1

Black with #8352F1

Text Example


Text Example

White with #8352F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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