Html Css Color HEX #8352DE Medium Slate Blue

📋 copy color: '#8352DE'

red 131 ◦ green 82 ◦ blue 222

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

Shades of Medium Slate Blue #8352DE

Tints of Medium Slate Blue #8352DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 30.11%
G = 18.85%
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

#8352DE (or 0x8352DE) is known color: Medium Slate Blue. HEX triplet: 83, 52 and DE. RGB value is (131,82,222). Sum of RGB (Red+Green+Blue) = 131+82+222=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #8352DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352DE is #7CAD21. Grayscale: #707070. Windows color (decimal): -8170786 or 14570115. OLE color: 14570115.

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

Color convert

RGB 131 82 222 -
CMYK 0.41 0.63 0 0.13
HSL 261º 0.68% 0.6% -
HSV(B) 261º 0.63% 0.87% -
XYZ 25.56 16.13 70.87 -
YUV 112.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 131 82 222 0.41 0.63 0 0.13 261 0.68 0.6
Hex 83 52 DE 29 3F 0 D 105 44 3C
Octal 203 122 336 51 77 0 15 405 104 74
Binary 10000011 1010010 11011110 101001 111111 0 1101 100000101 1000100 111100

Color Harmonies of #8352DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352DE

Black with #8352DE

Text Example


Text Example

White with #8352DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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