Html Css Color HEX #8166DD Medium Slate Blue

📋 copy color: '#8166DD'

red 129 ◦ green 102 ◦ blue 221

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

Shades of Medium Slate Blue #8166DD

Tints of Medium Slate Blue #8166DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.57%

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

R = 28.54%
G = 22.57%
B = 48.89%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8166DD (or 0x8166DD) is known color: Medium Slate Blue. HEX triplet: 81, 66 and DD. RGB value is (129,102,221). Sum of RGB (Red+Green+Blue) = 129+102+221=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #8166DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166DD is #7E9922. Grayscale: #7B7B7B. Windows color (decimal): -8296739 or 14509697. OLE color: 14509697.

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

Color convert

RGB 129 102 221 -
CMYK 0.42 0.54 0 0.13
HSL 253.61º 0.64% 0.63% -
HSV(B) 253.61º 0.54% 0.87% -
XYZ 26.86 19.39 70.73 -
YUV 123.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 129 102 221 0.42 0.54 0 0.13 253.61 0.64 0.63
Hex 81 66 DD 2A 36 0 D FE 40 3F
Octal 201 146 335 52 66 0 15 376 100 77
Binary 10000001 1100110 11011101 101010 110110 0 1101 11111110 1000000 111111

Color Harmonies of #8166DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8166DD

Black with #8166DD

Text Example


Text Example

White with #8166DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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