#8D6BF1

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

Shades of Light Slate Blue #8D6BF1

Tints of Light Slate Blue #8D6BF1

Color information

#8D6BF1 (or 0x8D6BF1) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 6B and F1. RGB value is (141,107,241). Sum of RGB (Red+Green+Blue) = 141+107+241=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D6BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6BF1 is #72940E. Grayscale: #838383. Windows color (decimal): -7509007 or 15821709. OLE color: 15821709.

HSL color Cylindrical-coordinate representation of color #8D6BF1: hue angle of 255.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D6BF1 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB141107241-
CMYK0.410.5600.05
HSL255.22º82.72%68.24%-
HSV(B)255.22º55.6%94.51%-
XYZ32.1222.5385.87-
YUV132.44189.26134.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.83%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=28.83%
G=21.88%
B=49.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1411072410.410.5600.05255.2282.7268.24
Hex8D6BF1293805ff5344
Octal215153361517005377123104
Binary1000110111010111111000110100111100001011111111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,107,241); }

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

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

 a { background-color: rgb(141,107,241); }

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

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

 span { border-color: rgb(141,107,241); }

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