#8D7DEC

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

Shades of Light Slate Blue #8D7DEC

Tints of Light Slate Blue #8D7DEC

Color information

#8D7DEC (or 0x8D7DEC) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 7D and EC. RGB value is (141,125,236). Sum of RGB (Red+Green+Blue) = 141+125+236=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7DEC is #728213. Grayscale: #8E8E8E. Windows color (decimal): -7504404 or 15498637. OLE color: 15498637.

HSL color Cylindrical-coordinate representation of color #8D7DEC: hue angle of 248.65º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D7DEC is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141125236-
CMYK0.400.4700.07
HSL248.65º74.5%70.78%-
HSV(B)248.65º47.03%92.55%-
XYZ33.4626.3982.69-
YUV142.44180.8126.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.09%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 236 (92.58% from 255) = 47.01%
R=28.09%
G=24.90%
B=47.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411252360.400.4700.07248.6574.570.78
Hex8D7DEC282F07f94a47
Octal215175354505707371112107
Binary1000110111111011110110010100010111101111111100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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