#8164DE

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

Shades of Medium Slate Blue #8164DE

Tints of Medium Slate Blue #8164DE

Color information

#8164DE (or 0x8164DE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 64 and DE. RGB value is (129,100,222). Sum of RGB (Red+Green+Blue) = 129+100+222=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #8164DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8164DE is #7E9B21. Grayscale: #7A7A7A. Windows color (decimal): -8297250 or 14574721. OLE color: 14574721.

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

Color convert

RGB129100222-
CMYK0.420.5500.13
HSL254.26º64.89%63.14%-
HSV(B)254.26º54.95%87.06%-
XYZ26.819.0671.37-
YUV122.58184.11132.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 222 (87.11% from 255) = 49.22%
R=28.60%
G=22.17%
B=49.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291002220.420.5500.13254.2664.8963.14
Hex8164DE2A370Dfe413f
Octal201144336526701537610177
Binary1000000111001001101111010101011011101101111111101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8164DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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