Html Css Color HEX #8362E1 Medium Slate Blue

📋 copy color: '#8362E1'

red 131 ◦ green 98 ◦ blue 225

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

Shades of Medium Slate Blue #8362E1

Tints of Medium Slate Blue #8362E1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.59%

 BLUE value IS 225 (88.28% from 255) = 49.56%

R = 28.85%
G = 21.59%
B = 49.56%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8362E1 (or 0x8362E1) is known color: Medium Slate Blue. HEX triplet: 83, 62 and E1. RGB value is (131,98,225). Sum of RGB (Red+Green+Blue) = 131+98+225=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #8362E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362E1 is #7C9D1E. Grayscale: #797979. Windows color (decimal): -8166687 or 14770819. OLE color: 14770819.

HSL color Cylindrical-coordinate representation of color #8362E1: hue angle of 255.59º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8362E1 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 98 225 -
CMYK 0.42 0.56 0 0.12
HSL 255.59º 0.68% 0.63% -
HSV(B) 255.59º 0.56% 0.88% -
XYZ 27.32 19 73.46 -
YUV 122.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 131 98 225 0.42 0.56 0 0.12 255.59 0.68 0.63
Hex 83 62 E1 2A 38 0 C 100 44 3F
Octal 203 142 341 52 70 0 14 400 104 77
Binary 10000011 1100010 11100001 101010 111000 0 1100 100000000 1000100 111111

Color Harmonies of #8362E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8362E1

Black with #8362E1

Text Example


Text Example

White with #8362E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8362E1; }

 p { color: rgb(131,98,225); }

 H1.HeaderClassName
 {
   color: #8362E1;
 }
 .AnyTagClassName
 {
   color: #8362E1;
 }
</style>

background-color css

<style>
 a { background-color: #8362E1; }

 a { background-color: rgb(131,98,225); }

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

border-color css

<style>
 span { border-color: #8362E1; }

 span { border-color: rgb(131,98,225); }

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