Html Css Color HEX #8355F1 Medium Slate Blue

📋 copy color: '#8355F1'

red 131 ◦ green 85 ◦ blue 241

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

Shades of Medium Slate Blue #8355F1

Tints of Medium Slate Blue #8355F1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.6%

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

R = 28.67%
G = 18.6%
B = 52.74%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8355F1 (or 0x8355F1) is known color: Medium Slate Blue. HEX triplet: 83, 55 and F1. RGB value is (131,85,241). Sum of RGB (Red+Green+Blue) = 131+85+241=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #8355F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8355F1 is #7CAA0E. Grayscale: #737373. Windows color (decimal): -8169999 or 15816067. OLE color: 15816067.

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

Color convert

RGB 131 85 241 -
CMYK 0.46 0.65 0 0.05
HSL 257.69º 0.85% 0.64% -
HSV(B) 257.69º 0.65% 0.95% -
XYZ 28.49 17.67 85.13 -
YUV 116.54 198.24 138.32 -
System Red Green Blue C M Y K H S L
Decimal 131 85 241 0.46 0.65 0 0.05 257.69 0.85 0.64
Hex 83 55 F1 2E 41 0 5 102 55 40
Octal 203 125 361 56 101 0 5 402 125 100
Binary 10000011 1010101 11110001 101110 1000001 0 101 100000010 1010101 1000000

Color Harmonies of #8355F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8355F1

Black with #8355F1

Text Example


Text Example

White with #8355F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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