#8D7DFE

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

Shades of Light Slate Blue #8D7DFE

Tints of Light Slate Blue #8D7DFE

Color information

#8D7DFE (or 0x8D7DFE) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 7D and FE. RGB value is (141,125,254). Sum of RGB (Red+Green+Blue) = 141+125+254=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7DFE is #728201. Grayscale: #8F8F8F. Windows color (decimal): -7504386 or 16678285. OLE color: 16678285.

HSL color Cylindrical-coordinate representation of color #8D7DFE: hue angle of 247.44º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D7DFE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141125254-
CMYK0.440.5100.00
HSL247.44º98.47%74.31%-
HSV(B)247.44º50.79%99.61%-
XYZ36.2127.4997.16-
YUV144.49189.8125.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.12%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=27.12%
G=24.04%
B=48.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411252540.440.5100.00247.4498.4774.31
Hex8D7DFE2C3300f7624a
Octal215175376546300367142112
Binary10001101111110111111110101100110011001111011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,125,254); }

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

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

 a { background-color: rgb(141,125,254); }

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

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

 span { border-color: rgb(141,125,254); }

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