#8D86FD

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

Shades of Light Slate Blue #8D86FD

Tints of Light Slate Blue #8D86FD

Color information

#8D86FD (or 0x8D86FD) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 86 and FD. RGB value is (141,134,253). Sum of RGB (Red+Green+Blue) = 141+134+253=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D86FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D86FD is #727902. Grayscale: #959595. Windows color (decimal): -7502083 or 16615053. OLE color: 16615053.

HSL color Cylindrical-coordinate representation of color #8D86FD: hue angle of 243.53º 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 #8D86FD is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141134253-
CMYK0.440.4700.01
HSL243.53º96.75%75.88%-
HSV(B)243.53º47.04%99.22%-
XYZ37.2429.896.72-
YUV149.66186.32121.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=26.70%
G=25.38%
B=47.92%

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
Decimal1411342530.440.4700.01243.5396.7575.88
Hex8D86FD2C2F01f4614c
Octal215206375545701364141114
Binary100011011000011011111101101100101111011111010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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