Html Css Color HEX #8369DF Medium Slate Blue

📋 copy color: '#8369DF'

red 131 ◦ green 105 ◦ blue 223

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

Shades of Medium Slate Blue #8369DF

Tints of Medium Slate Blue #8369DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.88%

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

R = 28.54%
G = 22.88%
B = 48.58%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8369DF (or 0x8369DF) is known color: Medium Slate Blue. HEX triplet: 83, 69 and DF. RGB value is (131,105,223). Sum of RGB (Red+Green+Blue) = 131+105+223=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #8369DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8369DF is #7C9620. Grayscale: #7D7D7D. Windows color (decimal): -8164897 or 14641539. OLE color: 14641539.

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

Color convert

RGB 131 105 223 -
CMYK 0.41 0.53 0 0.13
HSL 253.22º 0.65% 0.64% -
HSV(B) 253.22º 0.53% 0.87% -
XYZ 27.73 20.26 72.26 -
YUV 126.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 131 105 223 0.41 0.53 0 0.13 253.22 0.65 0.64
Hex 83 69 DF 29 35 0 D FD 41 40
Octal 203 151 337 51 65 0 15 375 101 100
Binary 10000011 1101001 11011111 101001 110101 0 1101 11111101 1000001 1000000

Color Harmonies of #8369DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8369DF

Black with #8369DF

Text Example


Text Example

White with #8369DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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