Html Css Color HEX #8170E1 Medium Slate Blue

📋 copy color: '#8170E1'

red 129 ◦ green 112 ◦ blue 225

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

Shades of Medium Slate Blue #8170E1

Tints of Medium Slate Blue #8170E1

RGB

 RED value IS 129 (50.78% from 255) = 27.68%

 GREEN value IS 112 (44.14% from 255) = 24.03%

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 27.68%
G = 24.03%
B = 48.28%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8170E1 (or 0x8170E1) is known color: Medium Slate Blue. HEX triplet: 81, 70 and E1. RGB value is (129,112,225). Sum of RGB (Red+Green+Blue) = 129+112+225=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #8170E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8170E1 is #7E8F1E. Grayscale: #818181. Windows color (decimal): -8294175 or 14774401. OLE color: 14774401.

HSL color Cylindrical-coordinate representation of color #8170E1: hue angle of 249.03º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8170E1 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 112 225 -
CMYK 0.43 0.50 0 0.12
HSL 249.03º 0.65% 0.66% -
HSV(B) 249.03º 0.5% 0.88% -
XYZ 28.44 21.69 73.92 -
YUV 129.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 129 112 225 0.43 0.50 0 0.12 249.03 0.65 0.66
Hex 81 70 E1 2B 32 0 C F9 41 42
Octal 201 160 341 53 62 0 14 371 101 102
Binary 10000001 1110000 11100001 101011 110010 0 1100 11111001 1000001 1000010

Color Harmonies of #8170E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8170E1

Black with #8170E1

Text Example


Text Example

White with #8170E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8170E1; }

 p { color: rgb(129,112,225); }

 H1.HeaderClassName
 {
   color: #8170E1;
 }
 .AnyTagClassName
 {
   color: #8170E1;
 }
</style>

background-color css

<style>
 a { background-color: #8170E1; }

 a { background-color: rgb(129,112,225); }

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

border-color css

<style>
 span { border-color: #8170E1; }

 span { border-color: rgb(129,112,225); }

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