Html Css Color HEX #8452DF Medium Slate Blue

📋 copy color: '#8452DF'

red 132 ◦ green 82 ◦ blue 223

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

Shades of Medium Slate Blue #8452DF

Tints of Medium Slate Blue #8452DF

RGB

 RED value IS 132 (51.95% from 255) = 30.21%

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

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

R = 30.21%
G = 18.76%
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

#8452DF (or 0x8452DF) is known color: Medium Slate Blue. HEX triplet: 84, 52 and DF. RGB value is (132,82,223). Sum of RGB (Red+Green+Blue) = 132+82+223=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 82 (32.42% from 255 or 18.76% 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 #8452DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452DF is #7BAD20. Grayscale: #707070. Windows color (decimal): -8105249 or 14635652. OLE color: 14635652.

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

Color convert

RGB 132 82 223 -
CMYK 0.41 0.63 0 0.13
HSL 261.28º 0.69% 0.6% -
HSV(B) 261.28º 0.63% 0.87% -
XYZ 25.85 16.27 71.59 -
YUV 113.02 190.07 141.54 -
System Red Green Blue C M Y K H S L
Decimal 132 82 223 0.41 0.63 0 0.13 261.28 0.69 0.6
Hex 84 52 DF 29 3F 0 D 105 45 3C
Octal 204 122 337 51 77 0 15 405 105 74
Binary 10000100 1010010 11011111 101001 111111 0 1101 100000101 1000101 111100

Color Harmonies of #8452DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8452DF

Black with #8452DF

Text Example


Text Example

White with #8452DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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