#8B72EB

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

Shades of Medium Slate Blue #8B72EB

Tints of Medium Slate Blue #8B72EB

Color information

#8B72EB (or 0x8B72EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 72 and EB. RGB value is (139,114,235). Sum of RGB (Red+Green+Blue) = 139+114+235=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B72EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B72EB is #748D14. Grayscale: #868686. Windows color (decimal): -7638293 or 15430283. OLE color: 15430283.

HSL color Cylindrical-coordinate representation of color #8B72EB: hue angle of 252.4º 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 #8B72EB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB139114235-
CMYK0.410.5100.08
HSL252.4º75.16%68.43%-
HSV(B)252.4º51.49%92.16%-
XYZ31.6623.5281.47-
YUV135.27184.28130.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 114 (44.92% from 255) = 23.36%
BLUE value IS 235 (92.19% from 255) = 48.16%
R=28.48%
G=23.36%
B=48.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1391142350.410.5100.08252.475.1668.43
Hex8B72EB293308fc4b44
Octal2131623535163010374113104
Binary10001011111001011101011101001110011010001111110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B72EB; }

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

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

<style>
 a { background-color: #8B72EB; }

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

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

<style>
 span { border-color: #8B72EB; }

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

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