#8273EF

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

Shades of Medium Slate Blue #8273EF

Tints of Medium Slate Blue #8273EF

Color information

#8273EF (or 0x8273EF) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 73 and EF. RGB value is (130,115,239). Sum of RGB (Red+Green+Blue) = 130+115+239=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #8273EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273EF is #7D8C10. Grayscale: #858585. Windows color (decimal): -8227857 or 15692674. OLE color: 15692674.

HSL color Cylindrical-coordinate representation of color #8273EF: hue angle of 247.26º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8273EF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB130115239-
CMYK0.460.5200.06
HSL247.26º79.49%69.41%-
HSV(B)247.26º51.88%93.73%-
XYZ30.9223.2484.52-
YUV133.62187.47125.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 115 (45.31% from 255) = 23.76%
BLUE value IS 239 (93.75% from 255) = 49.38%
R=26.86%
G=23.76%
B=49.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1301152390.460.5200.06247.2679.4969.41
Hex8273EF2E3406f74f45
Octal202163357566406367117105
Binary1000001011100111110111110111011010001101111011110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8273EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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