#8076E0

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

Shades of Medium Slate Blue #8076E0

Tints of Medium Slate Blue #8076E0

Color information

#8076E0 (or 0x8076E0) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 76 and E0. RGB value is (128,118,224). Sum of RGB (Red+Green+Blue) = 128+118+224=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #8076E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076E0 is #7F891F. Grayscale: #848484. Windows color (decimal): -8358176 or 14710400. OLE color: 14710400.

HSL color Cylindrical-coordinate representation of color #8076E0: hue angle of 245.66º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8076E0 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128118224-
CMYK0.430.4700.12
HSL245.66º63.1%67.06%-
HSV(B)245.66º47.32%87.84%-
XYZ28.8422.9373.43-
YUV133.07179.31124.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 224 (87.89% from 255) = 47.66%
R=27.23%
G=25.11%
B=47.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281182240.430.4700.12245.6663.167.06
Hex8076E02B2F0Cf63f43
Octal200166340535701436677103
Binary1000000011101101110000010101110111101100111101101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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