#8076EF

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

Shades of Medium Slate Blue #8076EF

Tints of Medium Slate Blue #8076EF

Color information

#8076EF (or 0x8076EF) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 76 and EF. RGB value is (128,118,239). Sum of RGB (Red+Green+Blue) = 128+118+239=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #8076EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8076EF is #7F8910. Grayscale: #868686. Windows color (decimal): -8358161 or 15693440. OLE color: 15693440.

HSL color Cylindrical-coordinate representation of color #8076EF: hue angle of 244.96º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8076EF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128118239-
CMYK0.460.5100.06
HSL244.96º79.08%70%-
HSV(B)244.96º50.63%93.73%-
XYZ30.9623.7884.62-
YUV134.78186.81123.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 239 (93.75% from 255) = 49.28%
R=26.39%
G=24.33%
B=49.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281182390.460.5100.06244.9679.0870
Hex8076EF2E3306f54f46
Octal200166357566306365117106
Binary1000000011101101110111110111011001101101111010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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