#8076EB

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

Shades of Medium Slate Blue #8076EB

Tints of Medium Slate Blue #8076EB

Color information

#8076EB (or 0x8076EB) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 76 and EB. RGB value is (128,118,235). Sum of RGB (Red+Green+Blue) = 128+118+235=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #8076EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8076EB is #7F8914. Grayscale: #858585. Windows color (decimal): -8358165 or 15431296. OLE color: 15431296.

HSL color Cylindrical-coordinate representation of color #8076EB: hue angle of 245.13º 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 #8076EB is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128118235-
CMYK0.460.5000.08
HSL245.13º74.52%69.22%-
HSV(B)245.13º49.79%92.16%-
XYZ30.3823.5481.54-
YUV134.33184.81123.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=26.61%
G=24.53%
B=48.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281182350.460.5000.08245.1374.5269.22
Hex8076EB2E3208f54b45
Octal2001663535662010365113105
Binary10000000111011011101011101110110010010001111010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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