#8D7CFD

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

Shades of Light Slate Blue #8D7CFD

Tints of Light Slate Blue #8D7CFD

Color information

#8D7CFD (or 0x8D7CFD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 7C and FD. RGB value is (141,124,253). Sum of RGB (Red+Green+Blue) = 141+124+253=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7CFD is #728302. Grayscale: #8F8F8F. Windows color (decimal): -7504643 or 16612493. OLE color: 16612493.

HSL color Cylindrical-coordinate representation of color #8D7CFD: hue angle of 247.91º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D7CFD is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141124253-
CMYK0.440.5100.01
HSL247.91º96.99%73.92%-
HSV(B)247.91º50.99%99.22%-
XYZ35.9227.1796.28-
YUV143.79189.63126.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.22%
GREEN value IS 124 (48.83% from 255) = 23.94%
BLUE value IS 253 (99.22% from 255) = 48.84%
R=27.22%
G=23.94%
B=48.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411242530.440.5100.01247.9196.9973.92
Hex8D7CFD2C3301f8614a
Octal215174375546301370141112
Binary10001101111110011111101101100110011011111100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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