#8D87FA

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

Shades of Light Slate Blue #8D87FA

Tints of Light Slate Blue #8D87FA

Color information

#8D87FA (or 0x8D87FA) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 87 and FA. RGB value is (141,135,250). Sum of RGB (Red+Green+Blue) = 141+135+250=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D87FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D87FA is #727805. Grayscale: #959595. Windows color (decimal): -7501830 or 16418701. OLE color: 16418701.

HSL color Cylindrical-coordinate representation of color #8D87FA: hue angle of 243.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D87FA is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141135250-
CMYK0.440.4600.02
HSL243.13º92%75.49%-
HSV(B)243.13º46%98.04%-
XYZ36.929.8994.27-
YUV149.9184.49121.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.81%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=26.81%
G=25.67%
B=47.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411352500.440.4600.02243.139275.49
Hex8D87FA2C2E02f35c4b
Octal215207372545602363134113
Binary1000110110000111111110101011001011100101111001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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