#8273EC

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

Shades of Medium Slate Blue #8273EC

Tints of Medium Slate Blue #8273EC

Color information

#8273EC (or 0x8273EC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 73 and EC. RGB value is (130,115,236). Sum of RGB (Red+Green+Blue) = 130+115+236=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #8273EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273EC is #7D8C13. Grayscale: #848484. Windows color (decimal): -8227860 or 15496066. OLE color: 15496066.

HSL color Cylindrical-coordinate representation of color #8273EC: hue angle of 247.44º degrees, saturation: 0.76, 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 #8273EC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130115236-
CMYK0.450.5100.07
HSL247.44º76.1%68.82%-
HSV(B)247.44º51.27%92.55%-
XYZ30.4823.0682.2-
YUV133.28185.97125.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 236 (92.58% from 255) = 49.06%
R=27.03%
G=23.91%
B=49.06%

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
Decimal1301152360.450.5100.07247.4476.168.82
Hex8273EC2D3307f74c45
Octal202163354556307367114105
Binary1000001011100111110110010110111001101111111011110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8273EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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