#8D87FD

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

Shades of Light Slate Blue #8D87FD

Tints of Light Slate Blue #8D87FD

Color information

#8D87FD (or 0x8D87FD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 87 and FD. RGB value is (141,135,253). Sum of RGB (Red+Green+Blue) = 141+135+253=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D87FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D87FD is #727802. Grayscale: #959595. Windows color (decimal): -7501827 or 16615309. OLE color: 16615309.

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

Color convert

RGB141135253-
CMYK0.440.4700.01
HSL243.05º96.72%76.08%-
HSV(B)243.05º46.64%99.22%-
XYZ37.3830.0896.76-
YUV150.25185.99121.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 135 (53.12% from 255) = 25.52%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=26.65%
G=25.52%
B=47.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411352530.440.4700.01243.0596.7276.08
Hex8D87FD2C2F01f3614c
Octal215207375545701363141114
Binary100011011000011111111101101100101111011111001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D87FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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