Html Css Color HEX #8367F1 Medium Slate Blue

📋 copy color: '#8367F1'

red 131 ◦ green 103 ◦ blue 241

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

Shades of Medium Slate Blue #8367F1

Tints of Medium Slate Blue #8367F1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.68%

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

R = 27.58%
G = 21.68%
B = 50.74%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8367F1 (or 0x8367F1) is known color: Medium Slate Blue. HEX triplet: 83, 67 and F1. RGB value is (131,103,241). Sum of RGB (Red+Green+Blue) = 131+103+241=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #8367F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8367F1 is #7C980E. Grayscale: #7E7E7E. Windows color (decimal): -8165391 or 15820675. OLE color: 15820675.

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

Color convert

RGB 131 103 241 -
CMYK 0.46 0.57 0 0.05
HSL 252.17º 0.83% 0.67% -
HSV(B) 252.17º 0.57% 0.95% -
XYZ 30.09 20.88 85.66 -
YUV 127.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 131 103 241 0.46 0.57 0 0.05 252.17 0.83 0.67
Hex 83 67 F1 2E 39 0 5 FC 53 43
Octal 203 147 361 56 71 0 5 374 123 103
Binary 10000011 1100111 11110001 101110 111001 0 101 11111100 1010011 1000011

Color Harmonies of #8367F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8367F1

Black with #8367F1

Text Example


Text Example

White with #8367F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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