#8C4CFF

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

Shades of Medium Slate Blue #8C4CFF

Tints of Medium Slate Blue #8C4CFF

Color information

#8C4CFF (or 0x8C4CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 8C, 4C and FF. RGB value is (140,76,255). Sum of RGB (Red+Green+Blue) = 140+76+255=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4CFF is #73B300. Grayscale: #727272. Windows color (decimal): -7582465 or 16731276. OLE color: 16731276.

HSL color Cylindrical-coordinate representation of color #8C4CFF: hue angle of 261.45º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C4CFF is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14076255-
CMYK0.450.7000
HSL261.45º100%64.9%-
HSV(B)261.45º70.2%100%-
XYZ31.4517.9696.42-
YUV115.54206.7145.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 255 (100% from 255) = 54.14%
R=29.72%
G=16.14%
B=54.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal140762550.450.7000261.4510064.9
Hex8C4CFF2D46001056441
Octal2141143775510600405144101
Binary1000110010011001111111110110110001100010000010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,76,255); }

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

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

 a { background-color: rgb(140,76,255); }

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

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

 span { border-color: rgb(140,76,255); }

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