Html Css Color HEX #8352DF Medium Slate Blue

📋 copy color: '#8352DF'

red 131 ◦ green 82 ◦ blue 223

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

Shades of Medium Slate Blue #8352DF

Tints of Medium Slate Blue #8352DF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

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

R = 30.05%
G = 18.81%
B = 51.15%

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

#8352DF (or 0x8352DF) is known color: Medium Slate Blue. HEX triplet: 83, 52 and DF. RGB value is (131,82,223). Sum of RGB (Red+Green+Blue) = 131+82+223=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #8352DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352DF is #7CAD20. Grayscale: #707070. Windows color (decimal): -8170785 or 14635651. OLE color: 14635651.

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

Color convert

RGB 131 82 223 -
CMYK 0.41 0.63 0 0.13
HSL 260.85º 0.69% 0.6% -
HSV(B) 260.85º 0.63% 0.87% -
XYZ 25.7 16.19 71.58 -
YUV 112.73 190.23 141.04 -
System Red Green Blue C M Y K H S L
Decimal 131 82 223 0.41 0.63 0 0.13 260.85 0.69 0.6
Hex 83 52 DF 29 3F 0 D 105 45 3C
Octal 203 122 337 51 77 0 15 405 105 74
Binary 10000011 1010010 11011111 101001 111111 0 1101 100000101 1000101 111100

Color Harmonies of #8352DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352DF

Black with #8352DF

Text Example


Text Example

White with #8352DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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