#8272EB

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

Shades of Medium Slate Blue #8272EB

Tints of Medium Slate Blue #8272EB

Color information

#8272EB (or 0x8272EB) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 72 and EB. RGB value is (130,114,235). Sum of RGB (Red+Green+Blue) = 130+114+235=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #8272EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8272EB is #7D8D14. Grayscale: #848484. Windows color (decimal): -8228117 or 15430274. OLE color: 15430274.

HSL color Cylindrical-coordinate representation of color #8272EB: hue angle of 247.93º degrees, saturation: 0.75, 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 #8272EB is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130114235-
CMYK0.450.5100.08
HSL247.93º75.16%68.43%-
HSV(B)247.93º51.49%92.16%-
XYZ30.2222.7881.4-
YUV132.58185.8126.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.14%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 235 (92.19% from 255) = 49.06%
R=27.14%
G=23.80%
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.08
SystemRedGreenBlueCMYKHSL
Decimal1301142350.450.5100.08247.9375.1668.43
Hex8272EB2D3308f84b44
Octal2021623535563010370113104
Binary10000010111001011101011101101110011010001111100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8272EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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