#8D6EFD

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

Shades of Light Slate Blue #8D6EFD

Tints of Light Slate Blue #8D6EFD

Color information

#8D6EFD (or 0x8D6EFD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 6E and FD. RGB value is (141,110,253). Sum of RGB (Red+Green+Blue) = 141+110+253=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D6EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6EFD is #729102. Grayscale: #878787. Windows color (decimal): -7508227 or 16608909. OLE color: 16608909.

HSL color Cylindrical-coordinate representation of color #8D6EFD: hue angle of 253.01º 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 #8D6EFD is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141110253-
CMYK0.440.5700.01
HSL253.01º97.28%71.18%-
HSV(B)253.01º56.52%99.22%-
XYZ34.2923.9195.74-
YUV135.57194.27131.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.98%
GREEN value IS 110 (43.36% from 255) = 21.83%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=27.98%
G=21.83%
B=50.20%

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
Decimal1411102530.440.5700.01253.0197.2871.18
Hex8D6EFD2C3901fd6147
Octal215156375547101375141107
Binary10001101110111011111101101100111001011111110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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