Html Css Color HEX #8166DB Medium Slate Blue

📋 copy color: '#8166DB'

red 129 ◦ green 102 ◦ blue 219

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

Shades of Medium Slate Blue #8166DB

Tints of Medium Slate Blue #8166DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 28.67%
G = 22.67%
B = 48.67%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8166DB (or 0x8166DB) is known color: Medium Slate Blue. HEX triplet: 81, 66 and DB. RGB value is (129,102,219). Sum of RGB (Red+Green+Blue) = 129+102+219=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #8166DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8166DB is #7E9924. Grayscale: #7A7A7A. Windows color (decimal): -8296741 or 14378625. OLE color: 14378625.

HSL color Cylindrical-coordinate representation of color #8166DB: hue angle of 253.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8166DB is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 102 219 -
CMYK 0.41 0.53 0 0.14
HSL 253.85º 0.62% 0.63% -
HSV(B) 253.85º 0.53% 0.86% -
XYZ 26.59 19.28 69.34 -
YUV 123.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 129 102 219 0.41 0.53 0 0.14 253.85 0.62 0.63
Hex 81 66 DB 29 35 0 E FE 3E 3F
Octal 201 146 333 51 65 0 16 376 76 77
Binary 10000001 1100110 11011011 101001 110101 0 1110 11111110 111110 111111

Color Harmonies of #8166DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8166DB

Black with #8166DB

Text Example


Text Example

White with #8166DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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