#8278EC

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

Shades of Medium Slate Blue #8278EC

Tints of Medium Slate Blue #8278EC

Color information

#8278EC (or 0x8278EC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 78 and EC. RGB value is (130,120,236). Sum of RGB (Red+Green+Blue) = 130+120+236=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8278EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8278EC is #7D8713. Grayscale: #878787. Windows color (decimal): -8226580 or 15497346. OLE color: 15497346.

HSL color Cylindrical-coordinate representation of color #8278EC: hue angle of 245.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8278EC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130120236-
CMYK0.450.4900.07
HSL245.17º75.32%69.8%-
HSV(B)245.17º49.15%92.55%-
XYZ31.0624.2382.4-
YUV136.21184.31123.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 120 (47.27% from 255) = 24.69%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=26.75%
G=24.69%
B=48.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301202360.450.4900.07245.1775.3269.8
Hex8278EC2D3107f54b46
Octal202170354556107365113106
Binary1000001011110001110110010110111000101111111010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8278EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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