#8170EC

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

Shades of Medium Slate Blue #8170EC

Tints of Medium Slate Blue #8170EC

Color information

#8170EC (or 0x8170EC) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 70 and EC. RGB value is (129,112,236). Sum of RGB (Red+Green+Blue) = 129+112+236=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #8170EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8170EC is #7E8F13. Grayscale: #828282. Windows color (decimal): -8294164 or 15495297. OLE color: 15495297.

HSL color Cylindrical-coordinate representation of color #8170EC: hue angle of 248.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8170EC is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129112236-
CMYK0.450.5300.07
HSL248.23º76.54%68.24%-
HSV(B)248.23º52.54%92.55%-
XYZ29.9922.3182.08-
YUV131.22187.13126.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.04%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=27.04%
G=23.48%
B=49.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291122360.450.5300.07248.2376.5468.24
Hex8170EC2D3507f84d44
Octal201160354556507370115104
Binary1000000111100001110110010110111010101111111100010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8170EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8170EC; }

 p { color: rgb(129,112,236); }

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

<style>
 a { background-color: #8170EC; }

 a { background-color: rgb(129,112,236); }

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

<style>
 span { border-color: #8170EC; }

 span { border-color: rgb(129,112,236); }

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