#8F86FA

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

Shades of Light Slate Blue #8F86FA

Tints of Light Slate Blue #8F86FA

Color information

#8F86FA (or 0x8F86FA) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 86 and FA. RGB value is (143,134,250). Sum of RGB (Red+Green+Blue) = 143+134+250=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F86FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F86FA is #707905. Grayscale: #959595. Windows color (decimal): -7371014 or 16418447. OLE color: 16418447.

HSL color Cylindrical-coordinate representation of color #8F86FA: hue angle of 244.66º 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 #8F86FA is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143134250-
CMYK0.430.4600.02
HSL244.66º92.06%75.29%-
HSV(B)244.66º46.4%98.04%-
XYZ37.1129.7994.24-
YUV149.92184.48123.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.13%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=27.13%
G=25.43%
B=47.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431342500.430.4600.02244.6692.0675.29
Hex8F86FA2B2E02f55c4b
Octal217206372535602365134113
Binary1000111110000110111110101010111011100101111010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,134,250); }

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

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

 a { background-color: rgb(143,134,250); }

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

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

 span { border-color: rgb(143,134,250); }

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