Html Css Color HEX #8473DF Medium Slate Blue

📋 copy color: '#8473DF'

red 132 ◦ green 115 ◦ blue 223

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

Shades of Medium Slate Blue #8473DF

Tints of Medium Slate Blue #8473DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.47%

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

R = 28.09%
G = 24.47%
B = 47.45%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8473DF (or 0x8473DF) is known color: Medium Slate Blue. HEX triplet: 84, 73 and DF. RGB value is (132,115,223). Sum of RGB (Red+Green+Blue) = 132+115+223=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #8473DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473DF is #7B8C20. Grayscale: #838383. Windows color (decimal): -8096801 or 14644100. OLE color: 14644100.

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

Color convert

RGB 132 115 223 -
CMYK 0.41 0.48 0 0.13
HSL 249.44º 0.63% 0.66% -
HSV(B) 249.44º 0.48% 0.87% -
XYZ 28.97 22.49 72.63 -
YUV 132.4 179.13 127.72 -
System Red Green Blue C M Y K H S L
Decimal 132 115 223 0.41 0.48 0 0.13 249.44 0.63 0.66
Hex 84 73 DF 29 30 0 D F9 3F 42
Octal 204 163 337 51 60 0 15 371 77 102
Binary 10000100 1110011 11011111 101001 110000 0 1101 11111001 111111 1000010

Color Harmonies of #8473DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8473DF

Black with #8473DF

Text Example


Text Example

White with #8473DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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