#8278E5

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

Shades of Medium Slate Blue #8278E5

Tints of Medium Slate Blue #8278E5

Color information

#8278E5 (or 0x8278E5) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 78 and E5. RGB value is (130,120,229). Sum of RGB (Red+Green+Blue) = 130+120+229=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #8278E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278E5 is #7D871A. Grayscale: #868686. Windows color (decimal): -8226587 or 15038594. OLE color: 15038594.

HSL color Cylindrical-coordinate representation of color #8278E5: hue angle of 245.5º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8278E5 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB130120229-
CMYK0.430.4800.10
HSL245.5º67.7%68.43%-
HSV(B)245.5º47.6%89.8%-
XYZ30.0723.8477.14-
YUV135.42180.81124.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 120 (47.27% from 255) = 25.05%
BLUE value IS 229 (89.84% from 255) = 47.81%
R=27.14%
G=25.05%
B=47.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1301202290.430.4800.10245.567.768.43
Hex8278E52B300Af64444
Octal2021703455360012366104104
Binary10000010111100011100101101011110000010101111011010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8278E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8278E5; }

 p { color: rgb(130,120,229); }

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

<style>
 a { background-color: #8278E5; }

 a { background-color: rgb(130,120,229); }

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

<style>
 span { border-color: #8278E5; }

 span { border-color: rgb(130,120,229); }

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