Html Css Color HEX #8368DF Medium Slate Blue

📋 copy color: '#8368DF'

red 131 ◦ green 104 ◦ blue 223

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

Shades of Medium Slate Blue #8368DF

Tints of Medium Slate Blue #8368DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.71%

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

R = 28.6%
G = 22.71%
B = 48.69%

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

#8368DF (or 0x8368DF) is known color: Medium Slate Blue. HEX triplet: 83, 68 and DF. RGB value is (131,104,223). Sum of RGB (Red+Green+Blue) = 131+104+223=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #8368DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8368DF is #7C9720. Grayscale: #7D7D7D. Windows color (decimal): -8165153 or 14641283. OLE color: 14641283.

HSL color Cylindrical-coordinate representation of color #8368DF: hue angle of 253.61º 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 #8368DF is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 104 223 -
CMYK 0.41 0.53 0 0.13
HSL 253.61º 0.65% 0.64% -
HSV(B) 253.61º 0.53% 0.87% -
XYZ 27.63 20.05 72.23 -
YUV 125.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 131 104 223 0.41 0.53 0 0.13 253.61 0.65 0.64
Hex 83 68 DF 29 35 0 D FE 41 40
Octal 203 150 337 51 65 0 15 376 101 100
Binary 10000011 1101000 11011111 101001 110101 0 1101 11111110 1000001 1000000

Color Harmonies of #8368DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8368DF

Black with #8368DF

Text Example


Text Example

White with #8368DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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