#8276E9

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

Shades of Medium Slate Blue #8276E9

Tints of Medium Slate Blue #8276E9

Color information

#8276E9 (or 0x8276E9) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 76 and E9. RGB value is (130,118,233). Sum of RGB (Red+Green+Blue) = 130+118+233=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #8276E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8276E9 is #7D8916. Grayscale: #868686. Windows color (decimal): -8227095 or 15300226. OLE color: 15300226.

HSL color Cylindrical-coordinate representation of color #8276E9: hue angle of 246.26º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8276E9 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130118233-
CMYK0.440.4900.09
HSL246.26º72.33%68.82%-
HSV(B)246.26º49.36%91.37%-
XYZ30.3923.5980.04-
YUV134.7183.48124.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 233 (91.41% from 255) = 48.44%
R=27.03%
G=24.53%
B=48.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301182330.440.4900.09246.2672.3368.82
Hex8276E92C3109f64845
Octal2021663515461011366110105
Binary10000010111011011101001101100110001010011111011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8276E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8276E9; }

 p { color: rgb(130,118,233); }

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

<style>
 a { background-color: #8276E9; }

 a { background-color: rgb(130,118,233); }

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

<style>
 span { border-color: #8276E9; }

 span { border-color: rgb(130,118,233); }

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