#8C5DFD

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

Shades of Light Slate Blue #8C5DFD

Tints of Light Slate Blue #8C5DFD

Color information

#8C5DFD (or 0x8C5DFD) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 5D and FD. RGB value is (140,93,253). Sum of RGB (Red+Green+Blue) = 140+93+253=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C5DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5DFD is #73A202. Grayscale: #7C7C7C. Windows color (decimal): -7578115 or 16604556. OLE color: 16604556.

HSL color Cylindrical-coordinate representation of color #8C5DFD: hue angle of 257.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5DFD is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14093253-
CMYK0.450.6300.01
HSL257.62º97.56%67.84%-
HSV(B)257.62º63.24%99.22%-
XYZ32.4620.595.17-
YUV125.29200.07138.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.81%
GREEN value IS 93 (36.72% from 255) = 19.14%
BLUE value IS 253 (99.22% from 255) = 52.06%
R=28.81%
G=19.14%
B=52.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal140932530.450.6300.01257.6297.5667.84
Hex8C5DFD2D3F011026244
Octal214135375557701402142104
Binary100011001011101111111011011011111110110000001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,93,253); }

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

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

 a { background-color: rgb(140,93,253); }

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

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

 span { border-color: rgb(140,93,253); }

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