#8F4CFD

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

Shades of Medium Slate Blue #8F4CFD

Tints of Medium Slate Blue #8F4CFD

Color information

#8F4CFD (or 0x8F4CFD) is unknown color: approx Medium Slate Blue. HEX triplet: 8F, 4C and FD. RGB value is (143,76,253). Sum of RGB (Red+Green+Blue) = 143+76+253=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F4CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4CFD is #70B302. Grayscale: #737373. Windows color (decimal): -7385859 or 16600207. OLE color: 16600207.

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

Color convert

RGB14376253-
CMYK0.430.7000.01
HSL262.71º97.79%64.51%-
HSV(B)262.71º69.96%99.22%-
XYZ31.6418.194.75-
YUV116.21205.2147.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 76 (30.08% from 255) = 16.10%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=30.30%
G=16.10%
B=53.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal143762530.430.7000.01262.7197.7964.51
Hex8F4CFD2B46011076241
Octal2171143755310601407142101
Binary1000111110011001111110110101110001100110000011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,76,253); }

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

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

 a { background-color: rgb(143,76,253); }

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

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

 span { border-color: rgb(143,76,253); }

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