#8068e2

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

Shades of Medium Slate Blue #8068E2

Tints of Medium Slate Blue #8068E2

Color information

#8068E2 (or 0x8068E2) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 68 and E2. RGB value is (128,104,226). Sum of RGB (Red+Green+Blue) = 128+104+226=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 226 (88.67% from 255 or 49.34% from 458); Max value from RGB is 226 - color contains mainly: blue. Hex color #8068E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068E2 is #7F971D. Grayscale: #7C7C7C. Windows color (decimal): -8361758 or 14837888. OLE color: 14837888.

HSL color Cylindrical-coordinate representation of color #8068E2: hue angle of 251.8º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8068E2 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB128104226-
CMYK0.430.5400.11
HSL251.8º67.78%64.71%-
HSV(B)251.8º53.98%88.63%-
XYZ27.5819.9874.35-
YUV125.08184.95130.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 226 (88.67% from 255) = 49.34%
R=27.95%
G=22.71%
B=49.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1281042260.430.5400.11251.867.7864.71
Hex8068E22B360Bfc4441
Octal2001503425366013374104101
Binary10000000110100011100010101011110110010111111110010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8068e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8068e2; }

 p { color: rgb(128,104,226); }

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

<style>
 a { background-color: #8068e2; }

 a { background-color: rgb(128,104,226); }

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

<style>
 span { border-color: #8068e2; }

 span { border-color: rgb(128,104,226); }

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