#8176EB

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

Shades of Medium Slate Blue #8176EB

Tints of Medium Slate Blue #8176EB

Color information

#8176EB (or 0x8176EB) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 76 and EB. RGB value is (129,118,235). Sum of RGB (Red+Green+Blue) = 129+118+235=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #8176EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8176EB is #7E8914. Grayscale: #868686. Windows color (decimal): -8292629 or 15431297. OLE color: 15431297.

HSL color Cylindrical-coordinate representation of color #8176EB: hue angle of 245.64º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8176EB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129118235-
CMYK0.450.5000.08
HSL245.64º74.52%69.22%-
HSV(B)245.64º49.79%92.16%-
XYZ30.5323.6281.55-
YUV134.63184.64123.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.76%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=26.76%
G=24.48%
B=48.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291182350.450.5000.08245.6474.5269.22
Hex8176EB2D3208f64b45
Octal2011663535562010366113105
Binary10000001111011011101011101101110010010001111011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8176EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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