#8276EB

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

Shades of Medium Slate Blue #8276EB

Tints of Medium Slate Blue #8276EB

Color information

#8276EB (or 0x8276EB) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 76 and EB. RGB value is (130,118,235). Sum of RGB (Red+Green+Blue) = 130+118+235=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #8276EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8276EB is #7D8914. Grayscale: #868686. Windows color (decimal): -8227093 or 15431298. OLE color: 15431298.

HSL color Cylindrical-coordinate representation of color #8276EB: hue angle of 246.15º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8276EB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130118235-
CMYK0.450.5000.08
HSL246.15º74.52%69.22%-
HSV(B)246.15º49.79%92.16%-
XYZ30.6823.781.55-
YUV134.93184.48124.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=26.92%
G=24.43%
B=48.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301182350.450.5000.08246.1574.5269.22
Hex8276EB2D3208f64b45
Octal2021663535562010366113105
Binary10000010111011011101011101101110010010001111011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8276EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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