#8D6DFD

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

Shades of Light Slate Blue #8D6DFD

Tints of Light Slate Blue #8D6DFD

Color information

#8D6DFD (or 0x8D6DFD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 6D and FD. RGB value is (141,109,253). Sum of RGB (Red+Green+Blue) = 141+109+253=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D6DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6DFD is #729202. Grayscale: #868686. Windows color (decimal): -7508483 or 16608653. OLE color: 16608653.

HSL color Cylindrical-coordinate representation of color #8D6DFD: hue angle of 253.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D6DFD is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141109253-
CMYK0.440.5700.01
HSL253.33º97.3%70.98%-
HSV(B)253.33º56.92%99.22%-
XYZ34.1823.6995.7-
YUV134.98194.6132.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 253 (99.22% from 255) = 50.30%
R=28.03%
G=21.67%
B=50.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411092530.440.5700.01253.3397.370.98
Hex8D6DFD2C3901fd6147
Octal215155375547101375141107
Binary10001101110110111111101101100111001011111110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,253); }

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

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

 a { background-color: rgb(141,109,253); }

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

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

 span { border-color: rgb(141,109,253); }

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