#8169DE

Color #8169DE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8169DE

Tints of Medium Slate Blue #8169DE

Color information

#8169DE (or 0x8169DE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 69 and DE. RGB value is (129,105,222). Sum of RGB (Red+Green+Blue) = 129+105+222=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #8169DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8169DE is #7E9621. Grayscale: #7D7D7D. Windows color (decimal): -8295970 or 14576001. OLE color: 14576001.

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

Color convert

RGB129105222-
CMYK0.420.5300.13
HSL252.31º63.93%64.12%-
HSV(B)252.31º52.7%87.06%-
XYZ27.2920.0471.54-
YUV125.51182.45130.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.29%
GREEN value IS 105 (41.41% from 255) = 23.03%
BLUE value IS 222 (87.11% from 255) = 48.68%
R=28.29%
G=23.03%
B=48.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291052220.420.5300.13252.3163.9364.12
Hex8169DE2A350Dfc4040
Octal2011513365265015374100100
Binary10000001110100111011110101010110101011011111110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8169DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8169DE; }

 p { color: rgb(129,105,222); }

 H1.HeaderClassName
 {
   color: #8169DE;
 }
 .AnyTagClassName
 {
   color: #8169DE;
 }
</style>
background-color css

<style>
 a { background-color: #8169DE; }

 a { background-color: rgb(129,105,222); }

 div.DivClassName
 {
   background-color: #8169DE;
 }
 .BgClassName
 {
   background-color: #8169DE;
 }
</style>
border-color css

<style>
 span { border-color: #8169DE; }

 span { border-color: rgb(129,105,222); }

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