#8273ED

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

Shades of Medium Slate Blue #8273ED

Tints of Medium Slate Blue #8273ED

Color information

#8273ED (or 0x8273ED) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 73 and ED. RGB value is (130,115,237). Sum of RGB (Red+Green+Blue) = 130+115+237=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #8273ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273ED is #7D8C12. Grayscale: #848484. Windows color (decimal): -8227859 or 15561602. OLE color: 15561602.

HSL color Cylindrical-coordinate representation of color #8273ED: hue angle of 247.38º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8273ED is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130115237-
CMYK0.450.5100.07
HSL247.38º77.22%69.02%-
HSV(B)247.38º51.48%92.94%-
XYZ30.6223.1282.97-
YUV133.39186.47125.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 237 (92.97% from 255) = 49.17%
R=26.97%
G=23.86%
B=49.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301152370.450.5100.07247.3877.2269.02
Hex8273ED2D3307f74d45
Octal202163355556307367115105
Binary1000001011100111110110110110111001101111111011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8273ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8273ED; }

 p { color: rgb(130,115,237); }

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

<style>
 a { background-color: #8273ED; }

 a { background-color: rgb(130,115,237); }

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

<style>
 span { border-color: #8273ED; }

 span { border-color: rgb(130,115,237); }

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