#8D6AFF

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

Shades of Light Slate Blue #8D6AFF

Tints of Light Slate Blue #8D6AFF

Color information

#8D6AFF (or 0x8D6AFF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 6A and FF. RGB value is (141,106,255). Sum of RGB (Red+Green+Blue) = 141+106+255=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D6AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6AFF is #729500. Grayscale: #848484. Windows color (decimal): -7509249 or 16738957. OLE color: 16738957.

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

Color convert

RGB141106255-
CMYK0.450.5800
HSL254.09º100%70.78%-
HSV(B)254.09º58.43%100%-
XYZ34.1923.1997.28-
YUV133.45196.6133.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.09%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 255 (100% from 255) = 50.80%
R=28.09%
G=21.12%
B=50.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411062550.450.5800254.0910070.78
Hex8D6AFF2D3A00fe6447
Octal215152377557200376144107
Binary10001101110101011111111101101111010001111111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,106,255); }

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

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

 a { background-color: rgb(141,106,255); }

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

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

 span { border-color: rgb(141,106,255); }

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