#8273EA

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

Shades of Medium Slate Blue #8273EA

Tints of Medium Slate Blue #8273EA

Color information

#8273EA (or 0x8273EA) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 73 and EA. RGB value is (130,115,234). Sum of RGB (Red+Green+Blue) = 130+115+234=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #8273EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273EA is #7D8C15. Grayscale: #848484. Windows color (decimal): -8227862 or 15364994. OLE color: 15364994.

HSL color Cylindrical-coordinate representation of color #8273EA: hue angle of 247.56º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8273EA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130115234-
CMYK0.440.5100.08
HSL247.56º73.91%68.43%-
HSV(B)247.56º50.85%91.76%-
XYZ30.1922.9580.68-
YUV133.05184.97125.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=27.14%
G=24.01%
B=48.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301152340.440.5100.08247.5673.9168.43
Hex8273EA2C3308f84a44
Octal2021633525463010370112104
Binary10000010111001111101010101100110011010001111100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8273EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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