Html Css Color HEX #8352DD Medium Slate Blue

📋 copy color: '#8352DD'

red 131 ◦ green 82 ◦ blue 221

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

Shades of Medium Slate Blue #8352DD

Tints of Medium Slate Blue #8352DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 30.18%
G = 18.89%
B = 50.92%

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

#8352DD (or 0x8352DD) is known color: Medium Slate Blue. HEX triplet: 83, 52 and DD. RGB value is (131,82,221). Sum of RGB (Red+Green+Blue) = 131+82+221=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #8352DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8352DD is #7CAD22. Grayscale: #6F6F6F. Windows color (decimal): -8170787 or 14504579. OLE color: 14504579.

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

Color convert

RGB 131 82 221 -
CMYK 0.41 0.63 0 0.13
HSL 261.15º 0.67% 0.59% -
HSV(B) 261.15º 0.63% 0.87% -
XYZ 25.43 16.08 70.17 -
YUV 112.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 131 82 221 0.41 0.63 0 0.13 261.15 0.67 0.59
Hex 83 52 DD 29 3F 0 D 105 43 3B
Octal 203 122 335 51 77 0 15 405 103 73
Binary 10000011 1010010 11011101 101001 111111 0 1101 100000101 1000011 111011

Color Harmonies of #8352DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8352DD

Black with #8352DD

Text Example


Text Example

White with #8352DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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