Html Css Color HEX #8351F1 Medium Slate Blue

📋 copy color: '#8351F1'

red 131 ◦ green 81 ◦ blue 241

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

Shades of Medium Slate Blue #8351F1

Tints of Medium Slate Blue #8351F1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.88%

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

R = 28.92%
G = 17.88%
B = 53.2%

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

#8351F1 (or 0x8351F1) is known color: Medium Slate Blue. HEX triplet: 83, 51 and F1. RGB value is (131,81,241). Sum of RGB (Red+Green+Blue) = 131+81+241=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #8351F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8351F1 is #7CAE0E. Grayscale: #717171. Windows color (decimal): -8171023 or 15815043. OLE color: 15815043.

HSL color Cylindrical-coordinate representation of color #8351F1: hue angle of 258.75º 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 #8351F1 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 81 241 -
CMYK 0.46 0.66 0 0.05
HSL 258.75º 0.85% 0.63% -
HSV(B) 258.75º 0.66% 0.95% -
XYZ 28.18 17.06 85.03 -
YUV 114.19 199.57 139.99 -
System Red Green Blue C M Y K H S L
Decimal 131 81 241 0.46 0.66 0 0.05 258.75 0.85 0.63
Hex 83 51 F1 2E 42 0 5 103 55 3F
Octal 203 121 361 56 102 0 5 403 125 77
Binary 10000011 1010001 11110001 101110 1000010 0 101 100000011 1010101 111111

Color Harmonies of #8351F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8351F1

Black with #8351F1

Text Example


Text Example

White with #8351F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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