#8176DE

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

Shades of Medium Slate Blue #8176DE

Tints of Medium Slate Blue #8176DE

Color information

#8176DE (or 0x8176DE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 76 and DE. RGB value is (129,118,222). Sum of RGB (Red+Green+Blue) = 129+118+222=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #8176DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8176DE is #7E8921. Grayscale: #848484. Windows color (decimal): -8292642 or 14579329. OLE color: 14579329.

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

Color convert

RGB129118222-
CMYK0.420.4700.13
HSL246.35º61.18%66.67%-
HSV(B)246.35º46.85%87.06%-
XYZ28.7222.972.01-
YUV133.14178.14125.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=27.51%
G=25.16%
B=47.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291182220.420.4700.13246.3561.1866.67
Hex8176DE2A2F0Df63d43
Octal201166336525701536675103
Binary1000000111101101101111010101010111101101111101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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