#8c5bef

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

Shades of Medium Slate Blue #8C5BEF

Tints of Medium Slate Blue #8C5BEF

Color information

#8C5BEF (or 0x8C5BEF) is unknown color: approx Medium Slate Blue. HEX triplet: 8C, 5B and EF. RGB value is (140,91,239). Sum of RGB (Red+Green+Blue) = 140+91+239=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C5BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5BEF is #73A410. Grayscale: #797979. Windows color (decimal): -7578641 or 15686540. OLE color: 15686540.

HSL color Cylindrical-coordinate representation of color #8C5BEF: hue angle of 259.86º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C5BEF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14091239-
CMYK0.410.6200.06
HSL259.86º82.22%64.71%-
HSV(B)259.86º61.92%93.73%-
XYZ30.1419.2983.8-
YUV122.52193.73140.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.79%
GREEN value IS 91 (35.94% from 255) = 19.36%
BLUE value IS 239 (93.75% from 255) = 50.85%
R=29.79%
G=19.36%
B=50.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal140912390.410.6200.06259.8682.2264.71
Hex8C5BEF293E061045241
Octal214133357517606404122101
Binary10001100101101111101111101001111110011010000010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,239); }

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

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

 a { background-color: rgb(140,91,239); }

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

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

 span { border-color: rgb(140,91,239); }

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