Html Css Color HEX #8363DF Medium Slate Blue

📋 copy color: '#8363DF'

red 131 ◦ green 99 ◦ blue 223

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

Shades of Medium Slate Blue #8363DF

Tints of Medium Slate Blue #8363DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.85%

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 28.92%
G = 21.85%
B = 49.23%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8363DF (or 0x8363DF) is known color: Medium Slate Blue. HEX triplet: 83, 63 and DF. RGB value is (131,99,223). Sum of RGB (Red+Green+Blue) = 131+99+223=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #8363DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8363DF is #7C9C20. Grayscale: #7A7A7A. Windows color (decimal): -8166433 or 14640003. OLE color: 14640003.

HSL color Cylindrical-coordinate representation of color #8363DF: hue angle of 255.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8363DF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 99 223 -
CMYK 0.41 0.56 0 0.13
HSL 255.48º 0.66% 0.63% -
HSV(B) 255.48º 0.56% 0.87% -
XYZ 27.14 19.08 72.06 -
YUV 122.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 131 99 223 0.41 0.56 0 0.13 255.48 0.66 0.63
Hex 83 63 DF 29 38 0 D FF 42 3F
Octal 203 143 337 51 70 0 15 377 102 77
Binary 10000011 1100011 11011111 101001 111000 0 1101 11111111 1000010 111111

Color Harmonies of #8363DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8363DF

Black with #8363DF

Text Example


Text Example

White with #8363DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8363DF; }

 p { color: rgb(131,99,223); }

 H1.HeaderClassName
 {
   color: #8363DF;
 }
 .AnyTagClassName
 {
   color: #8363DF;
 }
</style>

background-color css

<style>
 a { background-color: #8363DF; }

 a { background-color: rgb(131,99,223); }

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

border-color css

<style>
 span { border-color: #8363DF; }

 span { border-color: rgb(131,99,223); }

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