Html Css Color HEX #8353DF Medium Slate Blue

📋 copy color: '#8353DF'

red 131 ◦ green 83 ◦ blue 223

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

Shades of Medium Slate Blue #8353DF

Tints of Medium Slate Blue #8353DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.99%

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

R = 29.98%
G = 18.99%
B = 51.03%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8353DF (or 0x8353DF) is known color: Medium Slate Blue. HEX triplet: 83, 53 and DF. RGB value is (131,83,223). Sum of RGB (Red+Green+Blue) = 131+83+223=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #8353DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353DF is #7CAC20. Grayscale: #707070. Windows color (decimal): -8170529 or 14635907. OLE color: 14635907.

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

Color convert

RGB 131 83 223 -
CMYK 0.41 0.63 0 0.13
HSL 260.57º 0.69% 0.6% -
HSV(B) 260.57º 0.63% 0.87% -
XYZ 25.77 16.34 71.61 -
YUV 113.31 189.9 140.62 -
System Red Green Blue C M Y K H S L
Decimal 131 83 223 0.41 0.63 0 0.13 260.57 0.69 0.6
Hex 83 53 DF 29 3F 0 D 105 45 3C
Octal 203 123 337 51 77 0 15 405 105 74
Binary 10000011 1010011 11011111 101001 111111 0 1101 100000101 1000101 111100

Color Harmonies of #8353DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8353DF

Black with #8353DF

Text Example


Text Example

White with #8353DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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