Html Css Color HEX #8171DD Medium Slate Blue

📋 copy color: '#8171DD'

red 129 ◦ green 113 ◦ blue 221

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

Shades of Medium Slate Blue #8171DD

Tints of Medium Slate Blue #8171DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 27.86%
G = 24.41%
B = 47.73%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8171DD (or 0x8171DD) is known color: Medium Slate Blue. HEX triplet: 81, 71 and DD. RGB value is (129,113,221). Sum of RGB (Red+Green+Blue) = 129+113+221=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #8171DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171DD is #7E8E22. Grayscale: #818181. Windows color (decimal): -8293923 or 14512513. OLE color: 14512513.

HSL color Cylindrical-coordinate representation of color #8171DD: hue angle of 248.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8171DD is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 113 221 -
CMYK 0.42 0.49 0 0.13
HSL 248.89º 0.61% 0.65% -
HSV(B) 248.89º 0.49% 0.87% -
XYZ 28.01 21.7 71.12 -
YUV 130.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 129 113 221 0.42 0.49 0 0.13 248.89 0.61 0.65
Hex 81 71 DD 2A 31 0 D F9 3D 41
Octal 201 161 335 52 61 0 15 371 75 101
Binary 10000001 1110001 11011101 101010 110001 0 1101 11111001 111101 1000001

Color Harmonies of #8171DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8171DD

Black with #8171DD

Text Example


Text Example

White with #8171DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,113,221); }

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

background-color css

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

 a { background-color: rgb(129,113,221); }

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

border-color css

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

 span { border-color: rgb(129,113,221); }

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