#8C6DFE

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

Shades of Light Slate Blue #8C6DFE

Tints of Light Slate Blue #8C6DFE

Color information

#8C6DFE (or 0x8C6DFE) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 6D and FE. RGB value is (140,109,254). Sum of RGB (Red+Green+Blue) = 140+109+254=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C6DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6DFE is #739201. Grayscale: #868686. Windows color (decimal): -7574018 or 16674188. OLE color: 16674188.

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

Color convert

RGB140109254-
CMYK0.450.5700.00
HSL252.83º98.64%71.18%-
HSV(B)252.83º57.09%99.61%-
XYZ34.1723.6796.53-
YUV134.8195.27131.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=27.83%
G=21.67%
B=50.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401092540.450.5700.00252.8398.6471.18
Hex8C6DFE2D3900fd6347
Octal214155376557100375143107
Binary10001100110110111111110101101111001001111110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,109,254); }

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

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

 a { background-color: rgb(140,109,254); }

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

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

 span { border-color: rgb(140,109,254); }

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